From: slade_rich Date: Wed, 13 Oct 2004 01:23:24 +0000 (+0000) Subject: changed comment. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a117b34b0cd910edcd086b326d6ef86882901765;p=fw%2Fsdcc changed comment. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3536 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/pic/gen.c b/src/pic/gen.c index 6d20ae11..2d70cb82 100644 --- a/src/pic/gen.c +++ b/src/pic/gen.c @@ -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 */