Index: src/ia32/regexp-macro-assembler-ia32.h |
=================================================================== |
--- src/ia32/regexp-macro-assembler-ia32.h (revision 7267) |
+++ src/ia32/regexp-macro-assembler-ia32.h (working copy) |
@@ -126,6 +126,7 @@ |
static const int kRegisterOutput = kInputEnd + kPointerSize; |
static const int kStackHighEnd = kRegisterOutput + kPointerSize; |
static const int kDirectCall = kStackHighEnd + kPointerSize; |
+ static const int kIsolate = kDirectCall + kPointerSize; |
// Below the frame pointer - local stack variables. |
// When adding local variables remember to push space for them in |
// the frame in GetCode. |