Просмотр исходного кода

* i386 building fixed

git-svn-id: trunk@37554 -
florian 7 лет назад
Родитель
Сommit
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;