From: slade_rich Date: Wed, 29 Dec 2004 05:53:59 +0000 (+0000) Subject: PIC14 : Adjusted internal stack and pre-allocated registers for device types which... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ae1820d9135ae31e128cb646cded0d4f54214845;p=fw%2Fsdcc PIC14 : Adjusted internal stack and pre-allocated registers for device types which have less than 0x7f registers. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3623 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index f087a0ca..4e21c03f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-29 Slade Rich + + * src/pic/device.c + * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for + device types which have less than 0x7f registers. + 2004-12-29 Slade Rich * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.