git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2959
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2003-10-23 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+ * src/z80/ralloc.c (joinPushes): Fixed bug #828742
+
2003-10-23 Erik Petrich <epetrich@ivorytower.norman.ok.us>
* src/SDCCmain.c,
sprintf (buffer, "%uu", ((first << 8) | (second & 0xFF)) & 0xFFFFU);
val = constVal (buffer);
SPEC_NOUN (val->type) = V_INT;
+ IC_LEFT (ic) = operandFromOperand (IC_LEFT (ic));
IC_LEFT (ic)->operand.valOperand = val;
/* Now remove the second one from the list. */