changed comment.
authorslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Oct 2004 01:23:24 +0000 (01:23 +0000)
committerslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Oct 2004 01:23:24 +0000 (01:23 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3536 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/pic/gen.c

index 6d20ae11a22d6ee686871a5e6ceb2cae807a41db..2d70cb8263d6036cefb696ff96bff60dc120ffe2 100644 (file)
@@ -2396,7 +2396,7 @@ static void genCall (iCode *ic)
        }
        emitpcode(POC_CALL,popGetWithString(name,isExtern));
        if (isExtern) {
-               emitpcode(POC_PAGESEL,popGetWithString("$",0)); /* May have returned from another page - must call pagesel */
+               emitpcode(POC_PAGESEL,popGetWithString("$",0)); /* May have returned from another page - must call pagesel to restore PCLATH before next goto or call instruction */
        }
        GpsuedoStkPtr=0;
        /* if we need assign a result value */