fixed bug #507904
[fw/sdcc] / src / ds390 / gen.c
index 8c6190f5539bd74753baaa9e581235f306233ab1..92e7ac9b3588b5a188baad9a45caa0b04a4652bf 100644 (file)
@@ -11814,7 +11814,7 @@ gen390Code (iCode * lic)
   for (ic = lic; ic; ic = ic->next)
     {
 
-      if (cln != ic->lineno)
+      if (ic->lineno && cln != ic->lineno)
        {
          if (options.debug)
            {