mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 22:29:24 +02:00
* fix r22319: hp1 must have the same condition as p
git-svn-id: trunk@22321 -
This commit is contained in:
parent
9773b92cbe
commit
8a6c65b008
@ -885,7 +885,7 @@ Implementation
|
||||
GetNextInstruction(p, hp1) and
|
||||
MatchInstruction(hp1, [A_ADD, A_ADC, A_RSB, A_RSC, A_SUB, A_SBC,
|
||||
A_AND, A_BIC, A_EOR, A_ORR, A_MOV, A_MVN],
|
||||
[], []) and
|
||||
[taicpu(p).condition], []) and
|
||||
{MOV and MVN might only have 2 ops}
|
||||
(taicpu(hp1).ops = 3) and
|
||||
MatchOperand(taicpu(p).oper[0]^, taicpu(hp1).oper[0]^.reg) and
|
||||
|
Loading…
Reference in New Issue
Block a user