Signed comparisons are now working (except for signed longs)
[fw/sdcc] / src / pic / glue.c
index 767fb3ecc50085e359a3f597887f58e913695cff..81c86b3665c9ae2b01e5d6ef59ca8afdff66e210 100644 (file)
@@ -1106,7 +1106,7 @@ picglue ()
     
 
   /* Put all variables into a cblock */
-  fprintf (asmFile, "\n\n\tcblock  0x0c\n\n");
+  fprintf (asmFile, "\n\n\tcblock  0x20\n\n");
 
   for(i=0; i<pic14_nRegs; i++) {
     if(regspic14[i].wasUsed && (regspic14[i].offset>=0x0c) )