From 36dd179aab655068ff615175e49f7e144f15f6ad Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 20 Mar 2000 01:07:22 +0000 Subject: [PATCH] more on AVR git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@193 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/avr/ralloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2