mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 17:49:07 +02:00
* there is no ROR shiftmode on AArch64
git-svn-id: trunk@29839 -
This commit is contained in:
parent
cd6e3d5622
commit
ff61aba3fe
@ -175,7 +175,7 @@ unit cpubase;
|
||||
*****************************************************************************}
|
||||
|
||||
taddressmode = (AM_OFFSET,AM_PREINDEXED,AM_POSTINDEXED);
|
||||
tshiftmode = (SM_None,SM_LSL,SM_LSR,SM_ASR,SM_ROR);
|
||||
tshiftmode = (SM_None,SM_LSL,SM_LSR,SM_ASR);
|
||||
|
||||
tupdatereg = (UR_None,UR_Update);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user