From: johanknol Date: Mon, 24 Sep 2001 08:53:16 +0000 (+0000) Subject: That wasn't such a good idea X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b1fd107ed52d0fa514f30b408800cb4d1c7b0f20;p=fw%2Fsdcc That wasn't such a good idea git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1305 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglue.c b/src/SDCCglue.c index d74a0f3b..f4495e74 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -186,7 +186,6 @@ emitRegularMap (memmap * map, bool addPublics, bool arFlag) /* if allocation required check is needed then check if the symbol really requires allocation only for local variables */ - if (!sym->allocreq) continue; if (arFlag && !IS_AGGREGATE (sym->type) && !(sym->_isparm && !IS_REGPARM (sym->etype)) &&