From: sandeep Date: Sun, 13 Jan 2002 19:33:07 +0000 (+0000) Subject: zero changed to #0, one changed to #1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a37b0639252a14b7741f4fadf9f601835c702cf9;p=fw%2Fsdcc zero changed to #0, one changed to #1 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1796 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/ds390/gen.c b/src/ds390/gen.c index ca26d690..875b5913 100644 --- a/src/ds390/gen.c +++ b/src/ds390/gen.c @@ -62,8 +62,8 @@ char *aopLiteral (value * val, int offset); CODE GENERATION for a specific MCU . some of the routines may be reusable, will have to see */ -static char *zero = "#0x00"; -static char *one = "#0x01"; +static char *zero = "#0"; +static char *one = "#1"; static char *spname; #define D(x) x