]> git.gag.com Git - fw/sdcc/blobdiff - src/SDCCglue.c
Fixed bug #787649 by anonymous
[fw/sdcc] / src / SDCCglue.c
index b053850d0c2b7baeaca0333384874c70059d3142..6e7a5a3948bde89e96e7d7aff82ea7d789d0277b 100644 (file)
@@ -258,7 +258,7 @@ emitRegularMap (memmap * map, bool addPublics, bool arFlag)
 
       /* if extern then do nothing or is a function
          then do nothing */
-      if (IS_FUNC (sym->type))
+      if (IS_FUNC (sym->type) && !(sym->isitmp))
        continue;
 
       /* print extra debug info if required */