فهرست منبع

* fixed expectloc setting for x86_64

git-svn-id: trunk@8704 -
peter 18 سال پیش
والد
کامیت
9715eceee7
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      compiler/x86/nx86inl.pas

+ 2 - 4
compiler/x86/nx86inl.pas

@@ -142,9 +142,8 @@ implementation
         if use_sse(left.resultdef) then
           expectloc:=LOC_REGISTER
         else
-{$else x86_64}
-          expectloc:=LOC_REFERENCE;
 {$endif x86_64}
+          expectloc:=LOC_REFERENCE;
         result:=nil;
       end;
 
@@ -163,9 +162,8 @@ implementation
              if use_sse(left.resultdef) then
                expectloc:=LOC_REGISTER
              else
-{$else x86_64}
-               expectloc:=LOC_REFERENCE;
 {$endif x86_64}
+               expectloc:=LOC_REFERENCE;
              result:=nil;
            end;
        end;