Преглед на файлове

* set the def for SSE 64 bit parameters to double instead of an
array of 2 singles

git-svn-id: trunk@32544 -

Jonas Maebe преди 9 години
родител
ревизия
126046dabf
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/x86_64/cpupara.pas

+ 1 - 1
compiler/x86_64/cpupara.pas

@@ -288,7 +288,7 @@ unit cpupara;
         else
           result:=class2;
         result.typ:=X86_64_SSE_CLASS;
-        result.def:=carraydef.getreusable_no_free(s32floattype,2)
+        result.def:=s64floattype;
       end;