mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-14 01:04:02 +03:00
bug fix: wrong opcode for writing long long
This commit is contained in:
parent
b04b588791
commit
d9c1d72cdc
@ -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…
x
Reference in New Issue
Block a user