Browse Source

* i386 building fixed

git-svn-id: trunk@37554 -
florian 7 years ago
parent
commit
2140b586a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/i386/aoptcpu.pas

+ 1 - 1
compiler/i386/aoptcpu.pas

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