about summary refs log tree commit diff
path: root/sysdeps/libm-i387/e_logl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/e_logl.S')
-rw-r--r--sysdeps/libm-i387/e_logl.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/libm-i387/e_logl.S b/sysdeps/libm-i387/e_logl.S
index 1657dfd5fb..08447a27e7 100644
--- a/sysdeps/libm-i387/e_logl.S
+++ b/sysdeps/libm-i387/e_logl.S
@@ -54,7 +54,7 @@ ENTRY(__ieee754_logl)
 	fyl2xp1			// log(x)
 	ret
 
-2:	fincstp			// x : log(2)
+2:	fstp	%st(0)		// x : log(2)
 	fyl2x			// log(x)
 	ret
 END (__ieee754_logl)