Преглед изворни кода

Fix spilling_get_operation_type for MRS and MSR instructions

git-svn-id: trunk@30590 -
Jeppe Johansen пре 10 година
родитељ
комит
f31f87e8c7
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      compiler/arm/aasmcpu.pas

+ 2 - 1
compiler/arm/aasmcpu.pas

@@ -744,7 +744,8 @@ implementation
           A_SXTB16,A_UXTB16,
           A_UXTB,A_UXTH,A_SXTB,A_SXTH,
           A_NEG,
-          A_VABS,A_VADD,A_VCVT,A_VDIV,A_VLDR,A_VMOV,A_VMUL,A_VNEG,A_VSQRT,A_VSUB:
+          A_VABS,A_VADD,A_VCVT,A_VDIV,A_VLDR,A_VMOV,A_VMUL,A_VNEG,A_VSQRT,A_VSUB,
+          A_MRS,A_MSR:
             if opnr=0 then
               result:=operand_write
             else