| author | |
| committer | |
| log | e288c546996d202e87168f25d689a2f21fe03b60 |
| tree | 1957a7fb21a2f81f6984fbc4d95f8edb77e133a9 |
| parent | c685b675e547f61c81c5fb63159bc12b26405100 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/debug.zig+1| ... | ... | @@ -168,6 +168,7 @@ pub fn relocateContext(context: *ThreadContext) void { |
| 168 | 168 | } |
| 169 | 169 | |
| 170 | 170 | pub const have_getcontext = @hasDecl(os.system, "getcontext") and |
| 171 | builtin.os.tag != .openbsd and | |
| 171 | 172 | (builtin.os.tag != .linux or switch (builtin.cpu.arch) { |
| 172 | 173 | .x86, |
| 173 | 174 | .x86_64, |