From a117b34b0cd910edcd086b326d6ef86882901765 Mon Sep 17 00:00:00 2001 From: slade_rich Date: Wed, 13 Oct 2004 01:23:24 +0000 Subject: [PATCH] changed comment. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3536 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/pic/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5