Browse Source

+ add spilling info for the RBIT instruction

git-svn-id: trunk@22859 -
florian 13 years ago
parent
commit
8221681871
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/arm/aasmcpu.pas

+ 1 - 1
compiler/arm/aasmcpu.pas

@@ -678,7 +678,7 @@ implementation
       begin
       begin
         case opcode of
         case opcode of
           A_ADC,A_ADD,A_AND,A_BIC,
           A_ADC,A_ADD,A_AND,A_BIC,
-          A_EOR,A_CLZ,
+          A_EOR,A_CLZ,A_RBIT,
           A_LDR,A_LDRB,A_LDRBT,A_LDRH,A_LDRSB,
           A_LDR,A_LDRB,A_LDRBT,A_LDRH,A_LDRSB,
           A_LDRSH,A_LDRT,
           A_LDRSH,A_LDRT,
           A_MOV,A_MVN,A_MLA,A_MUL,
           A_MOV,A_MVN,A_MLA,A_MUL,