diff --git a/rtl/x86_64/mathu.inc b/rtl/x86_64/mathu.inc index 13b970b2d1..6113cef4a2 100644 --- a/rtl/x86_64/mathu.inc +++ b/rtl/x86_64/mathu.inc @@ -62,7 +62,7 @@ procedure sincos(theta : single;out sinus,cosinus : single);assembler; var t : single; asm - movsd dword ptr t,xmm0 + movss dword ptr t,xmm0 fld dword ptr t fsincos fstp dword ptr [cosinus]