| author | |
| committer | |
| log | bac3c2748ff0a0222b5c7f4df13120f390f503f3 |
| tree | 7aa65e53862027f0744e1ad0d6c114010173ebd4 |
| parent | 25542c3443c616d0ef546e424619cf88553d9b59 |
| signature |
We do not yet have correct implementation to access xmm registers from
the world of ucontext/mcontext.
Unimplement .netbsd to allow building zig compiler.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/dwarf/abi.zig+1-1| ... | ... | @@ -229,7 +229,7 @@ pub fn regBytes( |
| 229 | 229 | else => error.UnimplementedOs, |
| 230 | 230 | }, |
| 231 | 231 | .x86_64 => switch (builtin.os.tag) { |
| 232 | .linux, .netbsd, .solaris => switch (reg_number) { | |
| 232 | .linux, .solaris => switch (reg_number) { | |
| 233 | 233 | 0 => mem.asBytes(&ucontext_ptr.mcontext.gregs[os.REG.RAX]), |
| 234 | 234 | 1 => mem.asBytes(&ucontext_ptr.mcontext.gregs[os.REG.RDX]), |
| 235 | 235 | 2 => mem.asBytes(&ucontext_ptr.mcontext.gregs[os.REG.RCX]), |