i guess my mind was somewhere else ...
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 May 2001 16:39:00 +0000 (16:39 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 May 2001 16:39:00 +0000 (16:39 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@841 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/ralloc.c
src/mcs51/ralloc.c

index ccf9941091c727a5445fabf4c6808381da18b3b4..cbd4d82a80a1f64ecb458083da27437d384331d9 100644 (file)
@@ -2220,7 +2220,7 @@ packForPush (iCode * ic, eBBlock * ebp)
 
     if (SPEC_USIGN(itype)!=SPEC_USIGN(ditype) ||
        SPEC_SHORT(itype)!=SPEC_SHORT(ditype) ||
-       SPEC_USIGN(itype)!=SPEC_USIGN(ditype))
+       SPEC_LONG(itype)!=SPEC_LONG(ditype))
       return;
   }
   /* extend the live range of replaced operand if needed */
index 4baa22faee088273b02201e656f34242ff9e801b..01b0ff1f6872941ac366a5809472f8bf1d3d080b 100644 (file)
@@ -2219,7 +2219,7 @@ packForPush (iCode * ic, eBBlock * ebp)
 
     if (SPEC_USIGN(itype)!=SPEC_USIGN(ditype) ||
        SPEC_SHORT(itype)!=SPEC_SHORT(ditype) ||
-       SPEC_USIGN(itype)!=SPEC_USIGN(ditype))
+       SPEC_LONG(itype)!=SPEC_LONG(ditype))
       return;
   }
   /* extend the live range of replaced operand if needed */