mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-23 15:39:30 +02:00
+ handle OT_RELJMP8 in taicpu.Matches
git-svn-id: trunk@45184 -
This commit is contained in:
parent
4c021c100a
commit
a79d12ae41
@ -265,7 +265,10 @@ implementation
|
||||
result:=(oper.typ=top_reg) and (oper.reg=NR_AF);
|
||||
OT_REG16_AF_:
|
||||
result:=(oper.typ=top_reg) and (oper.reg=NR_AF_);
|
||||
{todo: OT_RELJMP8}
|
||||
OT_RELJMP8:
|
||||
result:=(oper.typ=top_ref) and
|
||||
(oper.ref^.refaddr=addr_full) and assigned(oper.ref^.symbol) and
|
||||
(oper.ref^.base=NR_NO) and (oper.ref^.index=NR_NO);
|
||||
OT_REF_ADDR16,
|
||||
OT_REF_BC,
|
||||
OT_REF_DE,
|
||||
|
Loading…
Reference in New Issue
Block a user