mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
typo
This commit is contained in:
parent
8950831d3c
commit
a90eb50c80
@ -146,7 +146,7 @@ pub fn fromPosixSignalContext(ctx_ptr: ?*const anyopaque) ?Native {
|
||||
.pc = uc.mcontext.ss.pc,
|
||||
},
|
||||
.netbsd => .{
|
||||
.x = uc.mcontext.gregs[0..31],
|
||||
.x = uc.mcontext.gregs[0..31].*,
|
||||
.sp = uc.mcontext.gregs[31],
|
||||
.pc = uc.mcontext.gregs[32],
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user