From: sandeep Date: Mon, 20 Mar 2000 01:07:22 +0000 (+0000) Subject: more on AVR X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=36dd179aab655068ff615175e49f7e144f15f6ad;p=fw%2Fsdcc more on AVR git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@193 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/avr/ralloc.c b/src/avr/ralloc.c index f206c96c..a2f80849 100644 --- a/src/avr/ralloc.c +++ b/src/avr/ralloc.c @@ -1487,7 +1487,7 @@ static int packRegsForAssign (iCode *ic,eBBlock *ebp) } pack: /* if in far space & tru symbol then don't */ - if ((IS_TRUE_SYM(IC_RESULT(ic))) && isOperandInFarSpace(IC_RESULT(ic))) + if ((IS_TRUE_SYMOP(IC_RESULT(ic))) && isOperandInFarSpace(IC_RESULT(ic))) return 0; /* found the definition */ /* replace the result with the result of */