summaryrefslogtreecommitdiff
path: root/deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h')
-rw-r--r--deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h b/deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h
index 6d61601a40..97cdef8b83 100644
--- a/deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h
+++ b/deps/v8/src/regexp/mips/regexp-macro-assembler-mips.h
@@ -90,8 +90,8 @@ class RegExpMacroAssemblerMIPS: public NativeRegExpMacroAssembler {
// Called from RegExp if the stack-guard is triggered.
// If the code object is relocated, the return address is fixed before
// returning.
- static int CheckStackGuardState(Address* return_address,
- Code* re_code,
+ // {raw_code} is an Address because this is called via ExternalReference.
+ static int CheckStackGuardState(Address* return_address, Address raw_code,
Address re_frame);
private:
@@ -126,7 +126,7 @@ class RegExpMacroAssemblerMIPS: public NativeRegExpMacroAssembler {
static const int kRegisterZero = kStringStartMinusOne - kPointerSize;
// Initial size of code buffer.
- static const size_t kRegExpCodeSize = 1024;
+ static const int kRegExpCodeSize = 1024;
// Load a number of characters at the given offset from the
// current position, into the current-character register.