mirror of
git://git.musl-libc.org/musl
synced 2025-01-25 16:13:35 +00:00
sh: fix sigsetjmp corrupting call-saved register r8
due to incorrect base address register when attempting to reload the saved value of r8, the caller's value of r8 was not preserved.
This commit is contained in:
parent
522bd54eda
commit
7020e85fd7
@ -27,7 +27,7 @@ __sigsetjmp:
|
||||
|
||||
mov.l 3f, r0
|
||||
4: braf r0
|
||||
mov.l @(4+8,r4), r8
|
||||
mov.l @(4+8,r6), r8
|
||||
|
||||
9: mov.l 5f, r0
|
||||
6: braf r0
|
||||
|
Loading…
Reference in New Issue
Block a user