From: Ulrich Drepper Date: Wed, 19 Nov 1997 23:50:47 +0000 (+0000) Subject: Correct loading of return address. X-Git-Tag: cvs/glibc-2_0_6-pre2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13925433edfddc17ecc49578c09e386d0901b6f;p=thirdparty%2Fglibc.git Correct loading of return address. --- diff --git a/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S index be8caf632d2..b38d67efac9 100644 --- a/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S +++ b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S @@ -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: