From a37b0639252a14b7741f4fadf9f601835c702cf9 Mon Sep 17 00:00:00 2001 From: sandeep Date: Sun, 13 Jan 2002 19:33:07 +0000 Subject: [PATCH] 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 --- src/ds390/gen.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2