2
0
Эх сурвалжийг харах

--- Merging r49312 into '.':
U compiler/aarch64/aasmcpu.pas
--- Recording mergeinfo for merge of r49312 into '.':
U .

git-svn-id: branches/fixes_3_2@49315 -

Jonas Maebe 4 жил өмнө
parent
commit
ea640967ee

+ 2 - 2
compiler/aarch64/aasmcpu.pas

@@ -924,7 +924,8 @@ implementation
                  { check for pre/post indexed in spilling_get_operation_type_ref }
                  { check for pre/post indexed in spilling_get_operation_type_ref }
                  result:=operand_read;
                  result:=operand_read;
              end;
              end;
-           A_MOVK:
+           A_MOVK,
+           A_BFI:
              begin
              begin
                if opnr=0 then
                if opnr=0 then
                  result:=operand_readwrite
                  result:=operand_readwrite
@@ -937,7 +938,6 @@ implementation
            A_ADRP,
            A_ADRP,
            A_AND,
            A_AND,
            A_ASR,
            A_ASR,
-           A_BFI,
            A_BFXIL,
            A_BFXIL,
            A_CLZ,
            A_CLZ,
            A_CSEL,
            A_CSEL,