mirror of
git://git.musl-libc.org/musl
synced 2024-12-15 11:15:07 +00:00
fix missing comma in sh setjmp asm
this typo did not result in an erroneous setjmp with at least binutils 2.22 but fix it for clarity and compatibility with potentially stricter sh assemblers.
This commit is contained in:
parent
02d8770dcf
commit
c7b05bc817
@ -13,7 +13,7 @@ setjmp:
|
||||
fmov.s fr13, @-r4
|
||||
fmov.s fr12, @-r4
|
||||
sts.l pr, @-r4
|
||||
mov.l r15 @-r4
|
||||
mov.l r15, @-r4
|
||||
mov.l r14, @-r4
|
||||
mov.l r13, @-r4
|
||||
mov.l r12, @-r4
|
||||
|
Loading…
Reference in New Issue
Block a user