]> git.gag.com Git - fw/sdcc/commitdiff
(src/mcs51/main.c_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Apparently this...
authorfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 11 Dec 2003 23:07:59 +0000 (23:07 +0000)
committerfrief <frief@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 11 Dec 2003 23:07:59 +0000 (23:07 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3047 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 5405d4f09c2d4b8a219a631c6e3f33b1880cbbb2..d5689de03526c2b27d271a4a55b7ab147a5bfcb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-12 Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
+       Apparently this did not see much testing (endless loop)
+
 2003-12-11 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165