* device/lib/printf_large.c (_print_format): fixed bug 1073386,
[fw/sdcc] / support / regression / tests / staticinit.c
index e244d4978a855fd82db72f30ea50a902e5c8234c..6a2480f4bbed0180505ce5db11ef0e9c428c2805 100644 (file)
@@ -21,7 +21,7 @@ testSmallDense(void)
 }
 
 #ifdef __mcs51
-idata
+idata at 0xa0  /* leave space for the stack */
 #endif
 static {type} smallSparse[] = {
     1, 1, 1, 1, 1, 1, 1, 1, 1
@@ -42,7 +42,7 @@ testSmallSparse(void)
 }
 
 #ifdef __mcs51
-idata
+idata at 0xd0
 #endif
 static {type} smallSparseZero[] = {
     0, 0, 0, 0, 0, 0, 0, 0, 0