Index: src/debug.h |
=================================================================== |
--- src/debug.h (revision 3214) |
+++ src/debug.h (working copy) |
@@ -377,6 +377,8 @@ |
static const int kX64CallInstructionLength = 13; |
static const int kX64JSReturnSequenceLength = 13; |
+ static const int kARMJSReturnSequenceLength = 4; |
+ |
// Code generator routines. |
static void GenerateLoadICDebugBreak(MacroAssembler* masm); |
static void GenerateStoreICDebugBreak(MacroAssembler* masm); |