Przeglądaj źródła

* unify internalerror
* Aarch64: handle ASRV in taicpu.spilling_get_operation_type

florian 3 miesięcy temu
rodzic
commit
48fe8e6208
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      compiler/aarch64/aasmcpu.pas

+ 2 - 1
compiler/aarch64/aasmcpu.pas

@@ -1084,6 +1084,7 @@ implementation
            A_ADRP,
            A_ADRP,
            A_AND,
            A_AND,
            A_ASR,
            A_ASR,
+           A_ASRV,
            A_BFXIL,
            A_BFXIL,
            A_BIC,
            A_BIC,
            A_CLZ,
            A_CLZ,
@@ -1152,7 +1153,7 @@ implementation
              else
              else
                result:=operand_read;
                result:=operand_read;
            else
            else
-             Internalerror(2019090802);
+             Internalerror(2019090803);
 {$else EXTDEBUG}
 {$else EXTDEBUG}
            else
            else
              if opnr=0 then
              if opnr=0 then