typo fixed
[libfirm] / ir / common / error.c
index 0cc58df..5f1d367 100644 (file)
@@ -28,5 +28,5 @@ NORETURN panic(const char *fmt, ...)
   vfprintf(stderr, fmt, ap);
   va_end(ap);
   putc('\n', stderr);
-  exit(EXIT_FAILURE);
+  abort();
 }