]> git.gag.com Git - fw/sdcc/commitdiff
zero changed to #0, one changed to #1
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jan 2002 19:33:07 +0000 (19:33 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Jan 2002 19:33:07 +0000 (19:33 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1796 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/gen.c

index ca26d690e70737b49910f024bb1f5dcd7054c2a5..875b591389b8869ee9958b3323805402eedd6951 100644 (file)
@@ -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