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 65d4ac7 commit e6aa9b5Copy full SHA for e6aa9b5
unwind/src/glue/aarch64.rs
@@ -54,7 +54,7 @@ unsafe extern fn unwind_lander(_regs: *const LandingRegisters) {
54
ldp x26, x27, [x0, #0x0D0]
55
ldp x28, x29, [x0, #0x0E0]
56
ldp x30, x1, [x0, #0x0F0]
57
- mov x1, sp
+ mov sp, x1
58
59
ldp d0, d1, [x0, #0x110]
60
ldp d2, d3, [x0, #0x120]
0 commit comments