about summary refs log tree commit diff
path: root/sysdeps/libm-i387/s_nearbyintl.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-i387/s_nearbyintl.S')
-rw-r--r--sysdeps/libm-i387/s_nearbyintl.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/libm-i387/s_nearbyintl.S b/sysdeps/libm-i387/s_nearbyintl.S
index c50b42d961..2f60af8f18 100644
--- a/sysdeps/libm-i387/s_nearbyintl.S
+++ b/sysdeps/libm-i387/s_nearbyintl.S
@@ -18,6 +18,8 @@ ENTRY(__nearbyintl)
 	frndint
 	fclex
 	fldcw	(%esp)
+	popl	%ecx
+	popl	%eax
 	ret
 END (__nearbyintl)
 weak_alias (__nearbyintl, nearbyintl)