Use ia32_copy_am_attrs() for splitting IMul reg, mem, imm and also reset base and...
[libfirm] / ir / debug / debugger.c
index ff43b2c..91bfc23 100644 (file)
@@ -436,9 +436,9 @@ static const char *reason_str(bp_reasons_t reason)
        case BP_ON_REMIRG:   return "removing IRG";
        case BP_ON_NEW_ENT:  return "entity creation";
        case BP_ON_NEW_TYPE: return "type creation";
+       case BP_MAX_REASON:  break;
        }
        panic("unsupported reason");
-       return "unknown";
 }  /* reason_str */
 
 /**