X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ferror.c;h=5f1d36700a3d0d22ab7b1aef2bf1520bd5bfc15b;hb=9b0957659c22d223a11d75df3df3478b188850e2;hp=0cc58df5045cc18170e32bdeebc0de130b4b1cd6;hpb=48f326b8af7f33f46f9df5bfd802281056e79afa;p=libfirm diff --git a/ir/common/error.c b/ir/common/error.c index 0cc58df50..5f1d36700 100644 --- a/ir/common/error.c +++ b/ir/common/error.c @@ -28,5 +28,5 @@ NORETURN panic(const char *fmt, ...) vfprintf(stderr, fmt, ap); va_end(ap); putc('\n', stderr); - exit(EXIT_FAILURE); + abort(); }