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:
Rich Felker 2024-02-17 20:36:42 -05:00
parent 522bd54eda
commit 7020e85fd7

View File

@ -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