Explorar o código

* commented out PostPeepholeOptMov, because it breaks the pascal port of cwsdpmi

git-svn-id: trunk@37563 -
nickysn %!s(int64=7) %!d(string=hai) anos
pai
achega
034b753e10
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      compiler/i8086/aoptcpu.pas

+ 3 - 2
compiler/i8086/aoptcpu.pas

@@ -122,8 +122,9 @@ unit aoptcpu;
           ait_instruction:
             begin
               case taicpu(p).opcode of
-                A_MOV:
-                  Result:=PostPeepholeOptMov(p);
+                {A_MOV commented out, because it still breaks some i8086 code :( }
+                {A_MOV:
+                  Result:=PostPeepholeOptMov(p);}
                 A_CMP:
                   Result:=PostPeepholeOptCmp(p);
                 A_OR,