more on AVR
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Mar 2000 01:07:22 +0000 (01:07 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 20 Mar 2000 01:07:22 +0000 (01:07 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@193 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/avr/ralloc.c

index f206c96cd6d7b53cbee626dbef226b08a0920a8f..a2f80849b396bc5f13f46b6b6868833926aef7c1 100644 (file)
@@ -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 */