Browse Source

+ handle MRS

florian 2 weeks ago
parent
commit
a35946a635
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/aarch64/aasmcpu.pas

+ 2 - 1
compiler/aarch64/aasmcpu.pas

@@ -1147,7 +1147,8 @@ implementation
            A_UMULL,
            A_UMULL,
            A_UMULH,
            A_UMULH,
            A_UXTB,
            A_UXTB,
-           A_UXTH:
+           A_UXTH,
+           A_MRS:
              if opnr=0 then
              if opnr=0 then
                result:=operand_write
                result:=operand_write
              else
              else