From: epetrich Date: Thu, 7 Aug 2003 21:05:27 +0000 (+0000) Subject: src/z80/ralloc.c (joinPushes): made compatible with new signedness X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9d1edbdbaed988d82a8f948fd2bad355d2616243;p=fw%2Fsdcc src/z80/ralloc.c (joinPushes): made compatible with new signedness git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2817 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index a8adad0c..ef9042de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Erik Petrich + + * src/z80/ralloc.c (joinPushes): made compatible with new signedness + 2003-08-06 Bernhard Held * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()