From: bernhardheld Date: Tue, 30 Oct 2001 17:46:35 +0000 (+0000) Subject: avoid DSEG overflow X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=df44ee1212793425f1dc79808c15f5162a1989e5;p=fw%2Fsdcc avoid DSEG overflow git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1472 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/regression/tests/bp.c b/support/regression/tests/bp.c index aa061627..1671035b 100644 --- a/support/regression/tests/bp.c +++ b/support/regression/tests/bp.c @@ -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