support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 22 Jan 2002 09:05:47 +0000 (09:05 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 22 Jan 2002 09:05:47 +0000 (09:05 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1834 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
support/regression/fwk/lib/testfwk.c

index df8458fbb7a28cc140a537f530042206980c5e83..337f0143aca8b0849d4d3fc0a090d63899e21df1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-22  Bernhard Held  <bernhard@bernhardheld.de>
+
+       * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
+
 2002-01-18  Paul Stoffregen  <paul@pjrc.com>
 
        * Added --xram-movc option
index 87d99a89bdcc87ae332f5215667316354a4df147..5d393386c250423d8e06b6511b34b464868bf79f 100644 (file)
@@ -109,8 +109,7 @@ __fail(const char *szMsg, const char *szCond, const char *szFile, int line)
 int 
 main(void)
 {
-  // remove the next volatile and mcs51 will jump out of range
-    volatile TESTFUNP *cases;
+    TESTFUNP *cases;
     int numCases = 0;
 
     __printf("--- Running: %s\n", getSuiteName());