We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8573836 commit 9f84f7fCopy full SHA for 9f84f7f
lib/std/debug/Dwarf/abi.zig
@@ -293,7 +293,7 @@ pub fn regBytes(
293
else => error.UnimplementedOs,
294
},
295
.aarch64 => switch (builtin.os.tag) {
296
- .macos, .ios => switch (reg_number) {
+ .macos, .ios, .watchos => switch (reg_number) {
297
0...28 => mem.asBytes(&ucontext_ptr.mcontext.ss.regs[reg_number]),
298
29 => mem.asBytes(&ucontext_ptr.mcontext.ss.fp),
299
30 => mem.asBytes(&ucontext_ptr.mcontext.ss.lr),
0 commit comments