From 4e4cc4e28949370d5c98f14f3854c14f7e4fdb3d Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 7 Apr 2013 21:00:47 +0000 Subject: [PATCH] * support neg instruction for spilling git-svn-id: trunk@24189 - --- compiler/arm/aasmcpu.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/arm/aasmcpu.pas b/compiler/arm/aasmcpu.pas index 24907f692a..7738c86480 100644 --- a/compiler/arm/aasmcpu.pas +++ b/compiler/arm/aasmcpu.pas @@ -714,7 +714,8 @@ implementation A_FSITOS,A_FSITOD,A_FTOSIS,A_FTOSID, A_FTOUIS,A_FTOUID,A_FUITOS,A_FUITOD, A_SXTB16,A_UXTB16, - A_UXTB,A_UXTH,A_SXTB,A_SXTH: + A_UXTB,A_UXTH,A_SXTB,A_SXTH, + A_NEG: if opnr=0 then result:=operand_write else