mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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…
x
Reference in New Issue
Block a user