X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fdebug%2Fdebugger.c;h=91bfc236c45b9db36cdf065999dc5f51550884c3;hb=2f7da22ade10e502888999170ef42fcf9a619852;hp=ff43b2c1d6f4bd7daa8a66fe60230faf919d5d01;hpb=c28fcf22c08f71b02ccd8edb2e091c1b6c22e540;p=libfirm diff --git a/ir/debug/debugger.c b/ir/debug/debugger.c index ff43b2c1d..91bfc236c 100644 --- a/ir/debug/debugger.c +++ b/ir/debug/debugger.c @@ -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 */ /**