* src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931, fixed check for bitfields
[fw/sdcc] / ChangeLog
index 1961f6f3726dd9cb5449857a6fb73df40e700051..d133523bb598dd921a88ba9a78dd41fed6e3124d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * src/SDCCast.c (decorateType): fixed bug #898889,
        cast result of a literal complement too
+       * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
+       fixed check for bitfields
 
 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>