Quellcode durchsuchen

* there is no ROR shiftmode on AArch64

git-svn-id: trunk@29839 -
Jonas Maebe vor 10 Jahren
Ursprung
Commit
ff61aba3fe
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);