mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:49:29 +02:00
Remove another wrong typecast when testing that a tai is an instruction
git-svn-id: trunk@40131 -
This commit is contained in:
parent
a34b1f36e0
commit
96460b70b2
@ -139,7 +139,7 @@ unit aoptcpu;
|
||||
result:=false;
|
||||
|
||||
if GetNextInstruction(p,next) and
|
||||
(taicpu(next).typ = ait_instruction) and
|
||||
(next.typ = ait_instruction) and
|
||||
(taicpu(next).opcode = taicpu(p).opcode) and
|
||||
(taicpu(p).opsize = taicpu(next).opsize) and
|
||||
(taicpu(p).oper[1]^.typ = top_reg) and
|
||||
|
Loading…
Reference in New Issue
Block a user