Explorar el Código

* i386 building fixed

git-svn-id: trunk@37554 -
florian hace 7 años
padre
commit
2140b586a6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;