mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-18 08:58:26 +02:00
* commented out PostPeepholeOptMov, because it breaks the pascal port of cwsdpmi
git-svn-id: trunk@37563 -
This commit is contained in:
parent
3cbe377f40
commit
034b753e10
@ -122,8 +122,9 @@ unit aoptcpu;
|
|||||||
ait_instruction:
|
ait_instruction:
|
||||||
begin
|
begin
|
||||||
case taicpu(p).opcode of
|
case taicpu(p).opcode of
|
||||||
A_MOV:
|
{A_MOV commented out, because it still breaks some i8086 code :( }
|
||||||
Result:=PostPeepholeOptMov(p);
|
{A_MOV:
|
||||||
|
Result:=PostPeepholeOptMov(p);}
|
||||||
A_CMP:
|
A_CMP:
|
||||||
Result:=PostPeepholeOptCmp(p);
|
Result:=PostPeepholeOptCmp(p);
|
||||||
A_OR,
|
A_OR,
|
||||||
|
Loading…
Reference in New Issue
Block a user