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