| ... | ... | @@ -2311,7 +2311,7 @@ fn getDebugInfoAllocator() *mem.Allocator { |
| 2311 | 2311 | } |
| 2312 | 2312 | |
| 2313 | 2313 | /// Whether or not the current target can print useful debug information when a segfault occurs. |
| 2314 | | pub const have_segfault_handling_support = (builtin.arch == .x86_64 and builtin.os == .linux) or builtin.os == .windows; |
| 2314 | pub const have_segfault_handling_support = (builtin.arch == builtin.Arch.x86_64 and builtin.os == .linux) or builtin.os == .windows; |
| 2315 | 2315 | |
| 2316 | 2316 | /// Attaches a global SIGSEGV handler which calls @panic("segmentation fault"); |
| 2317 | 2317 | pub fn attachSegfaultHandler() void { |