Cope with fussy assembler.

This commit is contained in:
Ulrich Drepper 1998-10-01 14:30:44 +00:00
parent e5432e2896
commit fa85821416
1 changed files with 1 additions and 1 deletions

View File

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