| author | |
| committer | |
| log | ce20ebb50c216b67b40c80915c9ebd409afa05db |
| tree | 558f5af862e8e962a896d28acbc825215cbb6ba1 |
| parent | 3c6c4f88bbedef9579f16f0454998c9dcd7663da |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/os.zig-1| ... | @@ -550,7 +550,6 @@ pub fn abort() noreturn { | ... | @@ -550,7 +550,6 @@ pub fn abort() noreturn { |
| 550 | exit(0); // TODO choose appropriate exit code | 550 | exit(0); // TODO choose appropriate exit code |
| 551 | } | 551 | } |
| 552 | if (builtin.os.tag == .wasi) { | 552 | if (builtin.os.tag == .wasi) { |
| 553 | @breakpoint(); | ||
| 554 | exit(1); | 553 | exit(1); |
| 555 | } | 554 | } |
| 556 | if (builtin.os.tag == .cuda) { | 555 | if (builtin.os.tag == .cuda) { |