Fixed bugs #1596270, #1736867
[fw/sdcc] / ChangeLog
index ee588d7e753097ca114b4943da84b1b9e97cac94..f18af5318bae0fd5dc49e45d5b8fe841c44d933a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
+2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c: fixed bugs #1596270, #1736867
+
+2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/gen.c: fixed bug in register pair loading when swapping register contents,
+          mostly fixes #1596270
+
 2008-02-20 Philipp Klaus Krause <pkk AT spth.de>
 
        * src/z80/peeph.def,
        * src/z80/peeph-z80.def: moved peephole that breaks gbz80 to z80-specific peepholes,
-         fixes #1806565.
+         fixes #1806565
 
 2008-02-20 Maarten Brock <sourceforge.brock AT dse.nl>