From f8620c0804df3b78aa21cdc4b0b6d29bb44ef61b Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Tue, 8 Jan 2002 23:17:56 +0000 Subject: [PATCH] fix for stack-auto git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1785 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- support/regression/tests/simplefloat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/regression/tests/simplefloat.c b/support/regression/tests/simplefloat.c index c5434520..c5dc5f25 100644 --- a/support/regression/tests/simplefloat.c +++ b/support/regression/tests/simplefloat.c @@ -20,7 +20,7 @@ void testDiv(void) { #if !PORT_HOST -#ifdef __mcs51 +#if defined __mcs51 && !defined (SDCC_STACK_AUTO) idata at 0xd0 #endif volatile float left; -- 2.30.2