]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Correct loading of return address.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:50:47 +0000 (23:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Nov 1997 23:50:47 +0000 (23:50 +0000)
sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S

index be8caf632d2ade91258291ddb575314e9e948198..b38d67efac928ce7afd48fdb92c04661dbc92359 100644 (file)
@@ -41,9 +41,9 @@ LEAF(__ieee_set_fp_control, 16)
        ldi     v0, __NR_osf_setsysinfo
        call_pal PAL_callsys
 
-       lda     sp, 16(sp)
-
        bne     a3, $error
+
+       lda     sp, 16(sp)
        ret
 
 $error: