summaryrefslogtreecommitdiff
path: root/sysdeps/libm-i387/e_logf.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_logf.S')
-rw-r--r--sysdeps/libm-i387/e_logf.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/e_logf.S b/sysdeps/libm-i387/e_logf.S
index b79f478cdf..4459b7fc08 100644
--- a/sysdeps/libm-i387/e_logf.S
+++ b/sysdeps/libm-i387/e_logf.S
@@ -54,7 +54,7 @@ ENTRY(__ieee754_logf)
fyl2xp1 // log(x)
ret
-2: fincstp // x : log(2)
+2: fstp %st(0) // x : log(2)
fyl2x // log(x)
ret
END (__ieee754_logf)