Преглед изворни кода

* fix sincos also for x86-64-linux

git-svn-id: trunk@22926 -
florian пре 13 година
родитељ
комит
a523d81b87
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rtl/x86_64/mathu.inc

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