From b1fd107ed52d0fa514f30b408800cb4d1c7b0f20 Mon Sep 17 00:00:00 2001 From: johanknol Date: Mon, 24 Sep 2001 08:53:16 +0000 Subject: [PATCH] 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 --- src/SDCCglue.c | 1 - 1 file changed, 1 deletion(-) 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)) && -- 2.47.2