mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
Cope with fussy assembler.
This commit is contained in:
parent
e5432e2896
commit
fa85821416
@ -30,7 +30,7 @@ ENTRY (__longjmp)
|
||||
movs r0, r1 /* get the return value in place */
|
||||
moveq r0, #1 /* can't let setjmp() return zero! */
|
||||
|
||||
lfmia f4, 4, [ip] ! /* load the floating point regs */
|
||||
lfmfd f4, 4, [ip] ! /* load the floating point regs */
|
||||
|
||||
LOADREGS(ia, ip, {v1-v6, sl, fp, sp, pc})
|
||||
END (__longjmp)
|
||||
|
Loading…
Reference in New Issue
Block a user