mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 22:18:56 +02:00
Fix spilling_get_operation_type for MRS and MSR instructions
git-svn-id: trunk@30590 -
This commit is contained in:
parent
b4d044e1b2
commit
f31f87e8c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user