zero changed to #0, one changed to #1
[fw/sdcc] / 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