mirror of git://git.musl-libc.org/musl
Merge branch 'master' of git://git.etalabs.net/musl
This commit is contained in:
commit
634c3a6302
|
@ -2,7 +2,7 @@
|
|||
.type llrint,@function
|
||||
llrint:
|
||||
fldl 4(%esp)
|
||||
fistpl 4(%esp)
|
||||
fistpq 4(%esp)
|
||||
mov 4(%esp),%eax
|
||||
mov 8(%esp),%edx
|
||||
ret
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
.type llrintl,@function
|
||||
llrintl:
|
||||
fldt 4(%esp)
|
||||
fistpl 4(%esp)
|
||||
fistpq 4(%esp)
|
||||
mov 4(%esp),%eax
|
||||
mov 8(%esp),%edx
|
||||
ret
|
||||
|
|
Loading…
Reference in New Issue