* src/SDCCasm.[ch]: renamed from asm[ch], use dbuf_getline(), ...
[fw/sdcc] / src / ds390 / gen.c
index d578e4a9774a24af24d7fb03cec0c2e10b7a234c..d8ff7c5134fda48e6110705b4d27511bc5de1802 100644 (file)
@@ -14240,7 +14240,7 @@ gen390Code (iCode * lic)
           cln = ic->lineno;
         }
       if (options.iCodeInAsm) {
-        char *iLine = printILine(ic);
+        const char *iLine = printILine(ic);
         emitcode(";", "ic:%d: %s", ic->key, iLine);
         dbuf_free(iLine);
       }
@@ -14466,7 +14466,7 @@ gen390Code (iCode * lic)
 
         default:
             /* This should never happen, right? */
-            fprintf(stderr, "*** Probable error: unsupported op 0x%x (%c) in %s @ %d\n", 
+            fprintf(stderr, "*** Probable error: unsupported op 0x%x (%c) in %s @ %d\n",
                     ic->op, ic->op, __FILE__, __LINE__);
             ic = ic;
         }