瀏覽代碼

* 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;