소스 검색

* x86-64 fixed

git-svn-id: trunk@8963 -
florian 18 년 전
부모
커밋
9d88b1d9ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);