byteorder.S: Use flds instead of fld
Clang refuses to guess.
This commit is contained in:
parent
a7bddff13e
commit
50a1d86c88
@ -44,7 +44,7 @@ FUNCTION(__swap_float):
|
||||
movl 4(%esp), %eax
|
||||
bswap %eax
|
||||
movl %eax, 4(%esp)
|
||||
fld 4(%esp)
|
||||
flds 4(%esp)
|
||||
ret
|
||||
FUNCTION_END(__swap_float)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user