math/x32: correct lrintl.s for 32-bit long

This commit is contained in:
Alexander Monakov
2020-01-27 13:02:19 -05:00
committed by Rich Felker
parent 614c9e7b1e
commit ff5b8ad386
+2 -2
View File
@@ -2,6 +2,6 @@
.type lrintl,@function
lrintl:
fldt 8(%esp)
fistpll 8(%esp)
mov 8(%esp),%rax
fistpl 8(%esp)
movl 8(%esp),%eax
ret