From: Matthias Braun Date: Fri, 16 Feb 2007 10:00:33 +0000 (+0000) Subject: another fix :) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=96db7684c3aeb37d465888c1a7bc325865c2e6ff;p=libfirm another fix :) --- diff --git a/ir/be/scripts/generate_emitter.pl b/ir/be/scripts/generate_emitter.pl index f2540727e..1326d9ab9 100755 --- a/ir/be/scripts/generate_emitter.pl +++ b/ir/be/scripts/generate_emitter.pl @@ -39,6 +39,7 @@ if ($new_emit_syntax) { warn "couldn't do $newscript: $!" unless defined $return; warn "couldn't run $newscript" unless $return; } + exit; } my $comment_string_quoted = quotemeta($comment_string);