* src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
[fw/sdcc] / src / SDCCmem.c
index 5a447ccc2777dbb1d04d084dd1e94d68b64fe91a..9649469fc0791cb028ecc14e98df01170df9df1b 100644 (file)
@@ -930,7 +930,7 @@ redoStackOffsets (void)
 
   /* if the debug option is set then output the
      symbols to the map file */
-  if (options.debug && !options.nodebug)
+  if (options.debug)
     {
       for (sym = setFirstItem (istack->syms); sym;
           sym = setNextItem (istack->syms))