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

This commit is contained in:
Alexander Monakov 2020-01-18 19:15:16 +03:00 committed by Rich Felker
parent 614c9e7b1e
commit ff5b8ad386
1 changed files with 2 additions and 2 deletions

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