mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 15:42:49 +00:00
wasi: remove unnecessary breakpoint() in abort
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
parent
3c6c4f88bb
commit
ce20ebb50c
@ -550,7 +550,6 @@ pub fn abort() noreturn {
|
||||
exit(0); // TODO choose appropriate exit code
|
||||
}
|
||||
if (builtin.os.tag == .wasi) {
|
||||
@breakpoint();
|
||||
exit(1);
|
||||
}
|
||||
if (builtin.os.tag == .cuda) {
|
||||
|
Loading…
Reference in New Issue
Block a user