From: epetrich Date: Sun, 2 Feb 2003 17:24:57 +0000 (+0000) Subject: Changed stack usage declaration to match sdcc/src/mcs51/gen.c:1.121+. This fixes... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1cb5227d8da6ea6de792c626d0356e59241db946;p=fw%2Fsdcc Changed stack usage declaration to match sdcc/src/mcs51/gen.c:1.121+. This fixes bug #585584 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2202 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/mcs51/main.c b/src/mcs51/main.c index b1ca1f29..ed2b53ba 100644 --- a/src/mcs51/main.c +++ b/src/mcs51/main.c @@ -279,7 +279,7 @@ PORT mcs51_port = 1 }, { - +1, 1, 4, 1, 1, 0 + +1, 0, 4, 1, 1, 0 }, /* mcs51 has an 8 bit mul */ {