| author | |
| committer | |
| log | 34a23db664e0fe50fb21c892f33b0aec8a7a2f7f |
| tree | 06361e2cfb43dcd3e6feaac7495f67ef8fed29c7 |
| parent | 2641feb9b98e794608917231c2fa775ea4daea06 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/zig.h+1-1| ... | ... | @@ -193,7 +193,7 @@ typedef char bool; |
| 193 | 193 | #elif defined(__i386__) || defined(__x86_64__) |
| 194 | 194 | #define zig_trap() __asm__ volatile("ud2"); |
| 195 | 195 | #else |
| 196 | #define zig_trap() raise(SIGILL) | |
| 196 | #define zig_trap() raise(SIGTRAP) | |
| 197 | 197 | #endif |
| 198 | 198 | |
| 199 | 199 | #if zig_has_builtin(debugtrap) |