| Index: src/mips64/regexp-macro-assembler-mips64.h
|
| diff --git a/src/mips64/regexp-macro-assembler-mips64.h b/src/mips64/regexp-macro-assembler-mips64.h
|
| index ae4d25b79aaf473211cfaf4dd1ad95953ebd82df..dd02611fbeb38aa45c3839d6731ac95fdda9a2a2 100644
|
| --- a/src/mips64/regexp-macro-assembler-mips64.h
|
| +++ b/src/mips64/regexp-macro-assembler-mips64.h
|
| @@ -90,9 +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,
|
| - Address re_frame);
|
| + static int64_t CheckStackGuardState(Address* return_address, Code* re_code,
|
| + Address re_frame);
|
|
|
| void print_regexp_frame_constants();
|
|
|
|
|