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

git-svn-id: trunk@37563 -
This commit is contained in:
nickysn 2017-11-06 23:30:11 +00:00
parent 3cbe377f40
commit 034b753e10

View File

@ -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,