diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-06-23 17:10:33 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-06-23 17:10:33 -0400 |
| commit | b2cbc59e4c354264f295a98d3df077773acd8400 (patch) | |
| tree | 1e21b4ee73bc9eadafb52b912cda174109f7b69d /src/util.cpp | |
| parent | ca3660f6bf3a1f8d77692acf72eefe148802d342 (diff) | |
| parent | 71e014caecaa54fdd8a0516710d2d9597da41398 (diff) | |
| download | zig-b2cbc59e4c354264f295a98d3df077773acd8400.tar.gz zig-b2cbc59e4c354264f295a98d3df077773acd8400.zip | |
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index 9a6a382993..f85565806f 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -13,6 +13,7 @@ #include "userland.h" void zig_panic(const char *format, ...) { + abort(); va_list ap; va_start(ap, format); vfprintf(stderr, format, ap); |
