mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 09:03:21 +00:00
remove stray abort
This commit is contained in:
parent
b2cbc59e4c
commit
7f4de2dfdb
@ -13,7 +13,6 @@
|
||||
#include "userland.h"
|
||||
|
||||
void zig_panic(const char *format, ...) {
|
||||
abort();
|
||||
va_list ap;
|
||||
va_start(ap, format);
|
||||
vfprintf(stderr, format, ap);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user