mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 05:07:30 +01:00
* last commit fixed
git-svn-id: trunk@6338 -
This commit is contained in:
parent
3609ddc5dd
commit
c5d8e53758
@ -98,7 +98,7 @@ Implementation
|
|||||||
function MustBeLast(p : tai) : boolean;
|
function MustBeLast(p : tai) : boolean;
|
||||||
begin
|
begin
|
||||||
Result:=(p.typ=ait_instruction) and
|
Result:=(p.typ=ait_instruction) and
|
||||||
((taicpu(p).opcode in [A_BL,A_BLX,A_CMP,A_CMN,A_SWI,A_TEQ,A_TST,A_CMF,A_CMFE,A_MSR]) or
|
((taicpu(p).opcode in [A_BL,A_BLX,A_CMP,A_CMN,A_SWI,A_TEQ,A_TST,A_CMF,A_CMFE {,A_MSR}]) or
|
||||||
((taicpu(p).ops>=1) and (taicpu(p).oper[0]^.typ=top_reg) and (taicpu(p).oper[0]^.reg=NR_PC)) or
|
((taicpu(p).ops>=1) and (taicpu(p).oper[0]^.typ=top_reg) and (taicpu(p).oper[0]^.reg=NR_PC)) or
|
||||||
(taicpu(p).oppostfix=PF_S));
|
(taicpu(p).oppostfix=PF_S));
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user