From: slade_rich Date: Tue, 10 Aug 2004 01:25:01 +0000 (+0000) Subject: Pic port - Will no longer exit if #pragma maxram has not been defined. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=2db39ee0c35aa8661070c6a1210d9a9a541553c9;p=fw%2Fsdcc Pic port - Will no longer exit if #pragma maxram has not been defined. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3428 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index a09cec9a..1d7c9ca6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-02 Slade Rich + + * src/pic/device.c, + * src/pic/device.h, + * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined. + 2004-08-06 Erik Petrich * src/mcs51/gen.c (emitcode): fixed bug #992819