Explorar el Código

* there is no ROR shiftmode on AArch64

git-svn-id: trunk@29839 -
Jonas Maebe hace 10 años
padre
commit
ff61aba3fe
Se han modificado 1 ficheros con 1 adiciones y 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);