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