| Index: src/arm/assembler-arm.h
|
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
|
| index 721b0bce41ffe647b011d8c0a0a0ffbe9fb77944..fc143e17414e1b497e81c0029a9fda6fca3e4219 100644
|
| --- a/src/arm/assembler-arm.h
|
| +++ b/src/arm/assembler-arm.h
|
| @@ -824,6 +824,8 @@ class Assembler : public AssemblerBase {
|
| static const int kPcLoadDelta = 8;
|
|
|
| static const int kJSReturnSequenceInstructions = 4;
|
| + static const int kJSReturnSequenceLength =
|
| + kJSReturnSequenceInstructions * kInstrSize;
|
| static const int kDebugBreakSlotInstructions = 3;
|
| static const int kDebugBreakSlotLength =
|
| kDebugBreakSlotInstructions * kInstrSize;
|
|
|