| Index: src/arm/full-codegen-arm.cc
 | 
| ===================================================================
 | 
| --- src/arm/full-codegen-arm.cc	(revision 4816)
 | 
| +++ src/arm/full-codegen-arm.cc	(working copy)
 | 
| @@ -238,8 +238,10 @@
 | 
|      // add instruction the add will generate two instructions.
 | 
|      int return_sequence_length =
 | 
|          masm_->InstructionsGeneratedSince(&check_exit_codesize);
 | 
| -    CHECK(return_sequence_length == Assembler::kJSReturnSequenceLength ||
 | 
| -          return_sequence_length == Assembler::kJSReturnSequenceLength + 1);
 | 
| +    CHECK(return_sequence_length ==
 | 
| +          Assembler::kJSReturnSequenceInstructions ||
 | 
| +          return_sequence_length ==
 | 
| +          Assembler::kJSReturnSequenceInstructions + 1);
 | 
|  #endif
 | 
|    }
 | 
|  }
 | 
| 
 |