]> git.gag.com Git - fw/sdcc/commitdiff
PIC14 : Fixed problem with subtraction where the result would not be updated when...
authorslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 28 Dec 2004 23:36:45 +0000 (23:36 +0000)
committerslade_rich <slade_rich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 28 Dec 2004 23:36:45 +0000 (23:36 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3621 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index f6d03c72686e1d97faa07fedf1bc9f98d82ed9d0..f087a0ca1feb0baba541f429d02d4756c8506631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
+
+       * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
+
 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
 
        * device/lib/printf_fast.c: only build on supported arch.