Fix spilling_get_operation_type for MRS and MSR instructions

git-svn-id: trunk@30590 -
This commit is contained in:
Jeppe Johansen 2015-04-14 17:20:47 +00:00
parent b4d044e1b2
commit f31f87e8c7

View File

@ -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