| author | |
| committer | |
| log | c289794f0db3e06c568450cc6c646a0ba63a73ba |
| tree | 023f71b0c26e3a0ea63b607aedb97b132c9c114e |
| parent | 24c749473a9e2eaeb1de804ec7567a4a933e5993 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os.zig+1| ... | ... | @@ -501,6 +501,7 @@ pub fn abort() noreturn { |
| 501 | 501 | exit(1); |
| 502 | 502 | } |
| 503 | 503 | if (builtin.os.tag == .cuda) { |
| 504 | // TODO: introduce `@trap` instead of abusing https://github.com/ziglang/zig/issues/2291 | |
| 504 | 505 | @"llvm.trap"(); |
| 505 | 506 | } |
| 506 | 507 |