Explorar o código

* there is no ROR shiftmode on AArch64

git-svn-id: trunk@29839 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
ff61aba3fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);