소스 검색

* i386 building fixed

git-svn-id: trunk@37554 -
florian 7 년 전
부모
커밋
2140b586a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/i386/aoptcpu.pas

+ 1 - 1
compiler/i386/aoptcpu.pas

@@ -1361,7 +1361,7 @@ begin
                         end;
                  end;
               A_TEST, A_OR:
-                if PostPeepholeOptTest(p) then
+                if PostPeepholeOptTestOr(p) then
                   Continue;
             end;
           end;