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
+1 -1
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)