Index: src/arm/regexp-macro-assembler-arm.h |
=================================================================== |
--- src/arm/regexp-macro-assembler-arm.h (revision 7267) |
+++ src/arm/regexp-macro-assembler-arm.h (working copy) |
@@ -127,6 +127,7 @@ |
static const int kRegisterOutput = kSecondaryReturnAddress + kPointerSize; |
static const int kStackHighEnd = kRegisterOutput + kPointerSize; |
static const int kDirectCall = kStackHighEnd + kPointerSize; |
+ static const int kIsolate = kDirectCall + kPointerSize; |
// Below the frame pointer. |
// Register parameters stored by setup code. |