mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-11 01:38:07 +02:00
Add ORN instruction for Thumb2.
git-svn-id: trunk@39714 -
This commit is contained in:
parent
2d1ea8070e
commit
4b227de02e
@ -830,7 +830,7 @@ implementation
|
||||
end
|
||||
else
|
||||
case opcode of
|
||||
A_ADC,A_ADD,A_AND,A_BIC,
|
||||
A_ADC,A_ADD,A_AND,A_BIC,A_ORN,
|
||||
A_EOR,A_CLZ,A_RBIT,
|
||||
A_LDR,A_LDRB,A_LDRBT,A_LDRH,A_LDRSB,
|
||||
A_LDRSH,A_LDRT,
|
||||
|
Loading…
Reference in New Issue
Block a user