From: jesusc Date: Fri, 28 Oct 2005 07:28:52 +0000 (+0000) Subject: Fixed compile error in MSVC X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3f0ebbaf909fd20d257efd49868818c778f12773;p=fw%2Fsdcc Fixed compile error in MSVC git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3917 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/pic/ralloc.c b/src/pic/ralloc.c index f7015d2c..5e385a07 100644 --- a/src/pic/ralloc.c +++ b/src/pic/ralloc.c @@ -484,8 +484,9 @@ void initStack(int base_address, int size) for(i = 0; iaddress = base_address; // Pseudo stack needs a fixed location that can be known by all modules r->isFixed = 1; r->isPublic = 1;