mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 05:09:13 +02:00
* i8086 compilation fixed after r37572
git-svn-id: trunk@37573 -
This commit is contained in:
parent
73fda1ccb6
commit
674398c5a5
@ -1889,7 +1889,7 @@ unit aoptx86;
|
|||||||
case taicpu(hp1).opcode Of
|
case taicpu(hp1).opcode Of
|
||||||
A_DEC:
|
A_DEC:
|
||||||
if (taicpu(hp1).oper[0]^.typ = top_reg) and
|
if (taicpu(hp1).oper[0]^.typ = top_reg) and
|
||||||
MatchOperand(taicpu(hp1).oper[1]^,taicpu(p).oper[1]^) then
|
MatchOperand(taicpu(hp1).oper[0]^,taicpu(p).oper[1]^) then
|
||||||
begin
|
begin
|
||||||
taicpu(p).loadConst(0,taicpu(p).oper[0]^.val+1);
|
taicpu(p).loadConst(0,taicpu(p).oper[0]^.val+1);
|
||||||
asml.remove(hp1);
|
asml.remove(hp1);
|
||||||
|
Loading…
Reference in New Issue
Block a user