]> git.gag.com Git - fw/sdcc/blobdiff - src/mcs51/gen.c
Misc flat 24 stack handling fixes
[fw/sdcc] / src / mcs51 / gen.c
index 57fe38fc63f4dbe2653107f4acec9ca0447de9d5..b153c4fd8a1f3cbd449ff0b2b12100d7a608d33a 100644 (file)
@@ -63,7 +63,7 @@ static char *spname ;
 
 static char *fReturn8051[] = {"dpl","dph","b","a" };
 static char *fReturn390[] = {"dpl","dph","dpx", "b","a" };
-static unsigned fReturnSize = 4;
+unsigned fReturnSize = 4; /* shared with ralloc.c */
 static char **fReturn = fReturn8051;
 static char *accUse[] = {"a","b"};