Skip to content

Commit e6aa9b5

Browse files
committed
I'm drunk
1 parent 65d4ac7 commit e6aa9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unwind/src/glue/aarch64.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ unsafe extern fn unwind_lander(_regs: *const LandingRegisters) {
5454
ldp x26, x27, [x0, #0x0D0]
5555
ldp x28, x29, [x0, #0x0E0]
5656
ldp x30, x1, [x0, #0x0F0]
57-
mov x1, sp
57+
mov sp, x1
5858
5959
ldp d0, d1, [x0, #0x110]
6060
ldp d2, d3, [x0, #0x120]

0 commit comments

Comments
 (0)