byteorder.S: Use flds instead of fld

Clang refuses to guess.
This commit is contained in:
Jonathan Schleifer 2015-11-08 16:27:31 +01:00
parent a7bddff13e
commit 50a1d86c88
No known key found for this signature in database
GPG Key ID: 33E61C63EB4AE7B5

View File

@ -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)