From: frief Date: Thu, 11 Dec 2003 23:07:59 +0000 (+0000) Subject: (src/mcs51/main.c_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Apparently this... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=92e9f535493a88e558dade44d42a811cc7fcbbf0;p=fw%2Fsdcc (src/mcs51/main.c_mcs51_genRAMCLEAR): using r0 instead of r1/r2. Apparently this did not see much testing (using r1 caused an endless loop) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3047 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 5405d4f0..d5689de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-12 Frieder Ferlemann + + * 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 * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165