temp fix for mcs51 jump out of range
[fw/sdcc] / support / regression / fwk / lib / testfwk.c
index 8259f53e4d85954e66dc0d2fb2bd16291a9a307f..aa52d87459ed3fa8343e081fa6a2f1668bfa9969 100644 (file)
@@ -105,7 +105,8 @@ __fail(const char *szMsg, const char *szCond, const char *szFile, int line)
 int 
 main(void)
 {
-    TESTFUNP *cases;
+  // remove the next volatile and mcs51 will jump out of range
+    volatile TESTFUNP *cases;
     int numCases = 0;
 
     __printf("--- Running: %s\n", getSuiteName());