bug fix: wrong opcode for writing long long
[musl] / src / math / i386 / llrint.s
1 .global llrint
2 .type llrint,@function
3 llrint:
4         fldl 4(%esp)
5         fistpq 4(%esp)
6         mov 4(%esp),%eax
7         mov 8(%esp),%edx
8         ret