the spilllocations to be compared correctly
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3120
4a8a32a2-be11-0410-ad9d-
d568d2c75423
+2004-01-12 Klaus Flittner <klaus_flittner@gmx.de>
+
+ * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
+ the spilllocations to be compared correctly
+
2004-01-12 Bernhard Held <bernhard@bernhardheld.de>
* src/SDCCast.c (decorateType): fixed bug introduced today
IS_ITEMP (op1) &&
sym2->isspilt &&
sym1->isspilt &&
- (sym1->usl.spillLoc == sym1->usl.spillLoc))
+ (sym1->usl.spillLoc == sym2->usl.spillLoc))
return TRUE;
return FALSE;