math/x32: correct lrintl.s for 32-bit long
[oweals/musl.git] / src / math / x32 / lrintl.s
1 .global lrintl
2 .type lrintl,@function
3 lrintl:
4         fldt 8(%esp)
5         fistpl 8(%esp)
6         movl 8(%esp),%eax
7         ret