* there is no ROR shiftmode on AArch64

git-svn-id: trunk@29839 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:48:46 +00:00
parent cd6e3d5622
commit ff61aba3fe

View File

@ -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);