]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Cope with fussy assembler.
authorUlrich Drepper <drepper@redhat.com>
Thu, 1 Oct 1998 14:30:44 +0000 (14:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 1 Oct 1998 14:30:44 +0000 (14:30 +0000)
sysdeps/arm/fpu/__longjmp.S

index 25ba6b39facdc3414f0e4e1fe4fe7ea6735486d0..2972ff6f5c06b93f614afb88f6b80d958d37796d 100644 (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)