From: slade_rich Date: Tue, 28 Dec 2004 23:36:45 +0000 (+0000) Subject: PIC14 : Fixed problem with subtraction where the result would not be updated when... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cd05e9c1833945ff69599a4818d91f6b3875666f;p=fw%2Fsdcc PIC14 : Fixed problem with subtraction where the result would not be updated when borrowing. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3621 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index f6d03c72..f087a0ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-29 Slade Rich + + * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing. + 2004-12-28 Paul Stoffregen * device/lib/printf_fast.c: only build on supported arch.