소스 검색

* ifdef cmov optimization, as i8086 has no cpu_capabilities

git-svn-id: trunk@36150 -
florian 8 년 전
부모
커밋
74b338266d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/x86/aoptx86.pas

+ 2 - 0
compiler/x86/aoptx86.pas

@@ -1485,6 +1485,7 @@ unit aoptx86;
                   end;
               end;
           end;
+{$ifndef i8086}
         if CPUX86_HAS_CMOV in cpu_capabilities[current_settings.cputype] then
           begin
              { check for
@@ -1615,6 +1616,7 @@ unit aoptx86;
                     end;
                end;
           end;
+{$endif i8086}
       end;