| Index: sysdeps/i386/fpu/e_exp10f.S
|
| diff --git a/sysdeps/i386/fpu/e_exp10f.S b/sysdeps/i386/fpu/e_exp10f.S
|
| index 4791b99afa7c2f0c54c994b7aa6a25937c58c6db..db8fa0eaf492d756ab414b4fbaa54272f4241cf0 100644
|
| --- a/sysdeps/i386/fpu/e_exp10f.S
|
| +++ b/sysdeps/i386/fpu/e_exp10f.S
|
| @@ -28,11 +28,11 @@ ENTRY(__ieee754_exp10f)
|
| faddp /* 2^(fract(x * log2(10))) */
|
| fscale /* e^x */
|
| fstp %st(1)
|
| - ret
|
| + NACLRET
|
|
|
| 1: testl $0x200, %eax /* Test sign. */
|
| jz 2f /* If positive, jump. */
|
| fstp %st
|
| fldz /* Set result to 0. */
|
| -2: ret
|
| +2: NACLRET
|
| END (__ieee754_exp10f)
|
|
|