avoid DSEG overflow
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 30 Oct 2001 17:46:35 +0000 (17:46 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 30 Oct 2001 17:46:35 +0000 (17:46 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1472 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/regression/tests/bp.c

index aa0616274e2fcf8d6fae5091f8ed59c0cb8d199a..1671035b94c4264500d8aab2331b2a0d065f2240 100644 (file)
@@ -30,7 +30,7 @@ spoil(int a)
 #else
 
 // test mcs51 with much less memory
-#define ABOVE_MEM_SIZE       35
+#define ABOVE_MEM_SIZE       30
 #define ABOVE_MEM_TEST_SIZE  17
 #define BELOW_MEM_SIZE       20
 #define BELOW_MEM_TEST_SIZE   7