Address bug 1469393.
[fw/sdcc] / src / ds390 / gen.c
index d32a3894a78fac776aeecab4cc8dd74280fe309f..8185d65e206e3abcb43ef70e4b592466438ea1e0 100644 (file)
@@ -14453,8 +14453,11 @@ gen390Code (iCode * lic)
 #endif
 
         default:
-          ic = ic;
-        }
+           /* This should never happen, right? */
+           fprintf(stderr, "*** Probable error: unsupported op 0x%x (%c) in %s @ %d\n", 
+                   ic->op, ic->op, __FILE__, __LINE__);
+           ic = ic;
+       }
     }