From 5ab239bf70845805718326883fbfe85665167344 Mon Sep 17 00:00:00 2001 From: epetrich Date: Thu, 23 Oct 2003 03:42:25 +0000 Subject: [PATCH] Fixed bug #828387 Made comparison with AOP_IMMD operand more efficient (per Scott Bronson's suggestion) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2957 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02f70a12..268ea088 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-10-23 Erik Petrich + + * src/SDCCmain.c, + * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work) + * src/mcs51/gen.c (gencjneshort), + * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand + more efficient (per Scott Bronson's suggestion) + 2003-10-22 Erik Petrich Extended the semantics of the critical keyword to include -- 2.39.5