diff options
Diffstat (limited to 'sysdeps/libm-i387/s_asinhf.S')
-rw-r--r-- | sysdeps/libm-i387/s_asinhf.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-i387/s_asinhf.S b/sysdeps/libm-i387/s_asinhf.S index 6369e19ac6..a6925c7b4c 100644 --- a/sysdeps/libm-i387/s_asinhf.S +++ b/sysdeps/libm-i387/s_asinhf.S @@ -1,5 +1,5 @@ /* ix87 specific implementation of arcsinh. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -53,7 +53,7 @@ ENTRY(__asinhf) orl $0x807fffff, %edx incl %edx jz 7f // x in ħInf or NaN - xorl %ecx, 8(%esp) + xorl %ecx, 4(%esp) flds 4(%esp) // |x| cmpl $0x38000000, %eax jb 2f // |x| < 2^-14 |