From d1114e40650435be2342ded31c905e5553d9430d Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 9 Jan 2009 14:21:10 +0000 Subject: [PATCH] more verbose panis [r25134] --- ir/be/beabi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/beabi.c b/ir/be/beabi.c index fdac86183..a47a8e29e 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -1727,7 +1727,7 @@ static void fix_start_block(ir_graph *irg) return; } } - panic("Initial exec has no follow block"); + panic("Initial exec has no follow block in %+F", irg); } /** -- 2.20.1