From 126046dabf11a1cba67353ad0294c8007ac48700 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 27 Nov 2015 14:44:32 +0000 Subject: [PATCH] * set the def for SSE 64 bit parameters to double instead of an array of 2 singles git-svn-id: trunk@32544 - --- compiler/x86_64/cpupara.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86_64/cpupara.pas b/compiler/x86_64/cpupara.pas index c15a901259..f86b38cd56 100644 --- a/compiler/x86_64/cpupara.pas +++ b/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;