Browse Source

* x86-64 fixed

git-svn-id: trunk@8963 -
florian 18 năm trước cách đây
mục cha
commit
9d88b1d9ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/x86/nx86inl.pas

+ 1 - 1
compiler/x86/nx86inl.pas

@@ -283,7 +283,7 @@ implementation
        begin
 {$ifdef x86_64}
          if use_sse(left.resultdef) and
-           not((location.left=LOC_FPUREGISTER) and (current_settings.fputype>=fpu_sse3) then
+           not((left.location.loc=LOC_FPUREGISTER) and (current_settings.fputype>=fpu_sse3)) then
            begin
              secondpass(left);
              location_force_mmregscalar(current_asmdata.CurrAsmList,left.location,false);