mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 02:19:24 +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:
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user