Browse Source

* support neg instruction for spilling

git-svn-id: trunk@24189 -
florian 12 years ago
parent
commit
4e4cc4e289
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/arm/aasmcpu.pas

+ 2 - 1
compiler/arm/aasmcpu.pas

@@ -714,7 +714,8 @@ implementation
           A_FSITOS,A_FSITOD,A_FTOSIS,A_FTOSID,
           A_FSITOS,A_FSITOD,A_FTOSIS,A_FTOSID,
           A_FTOUIS,A_FTOUID,A_FUITOS,A_FUITOD,
           A_FTOUIS,A_FTOUID,A_FUITOS,A_FUITOD,
           A_SXTB16,A_UXTB16,
           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
             if opnr=0 then
               result:=operand_write
               result:=operand_write
             else
             else