tv: Remove mul_table[][][] and simply use * and <<.
[libfirm] / ir / debug / dbginfo.c
index a9b000f..28a2853 100644 (file)
@@ -72,7 +72,7 @@ const char *dbg_action_2_str(dbg_action a)
                if (a <= dbg_max)
                        return "string conversion not implemented";
                else
-                       panic("Missing debug action in dbg_action_2_str()");
+                       panic("Missing debug action");
        }
 #undef CASE
 }