Browse Source

* there is no ROR shiftmode on AArch64

git-svn-id: trunk@29839 -
Jonas Maebe 10 years ago
parent
commit
ff61aba3fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aarch64/cpubase.pas

+ 1 - 1
compiler/aarch64/cpubase.pas

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