Reviewers: danno, Yang, paul.l..., gergely.kis.imgtec, akos.palfi.imgtec,
dusmil.imgtec,
Description:
MIPS64: Fix typo of 'Always update raw pointers when handling interrupts
inside
RegExp code.'
Port c67cb287a901ddf03d4ae4dafcf431d09fd3e22c
BUG=
Please review this at https://codereview.chromium.org/1061363003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+3, -3 lines):
M src/mips64/regexp-macro-assembler-mips64.cc
Index: src/mips64/regexp-macro-assembler-mips64.cc
diff --git a/src/mips64/regexp-macro-assembler-mips64.cc
b/src/mips64/regexp-macro-assembler-mips64.cc
index
e6532ec750f4fea464b2d6844dc1b72820340859..5c28ab6ddacb8e5b7588adeed1cd78069865835a
100644
--- a/src/mips64/regexp-macro-assembler-mips64.cc
+++ b/src/mips64/regexp-macro-assembler-mips64.cc
@@ -1152,9 +1152,9 @@ static T* frame_entry_address(Address re_frame, int
frame_offset) {
}
-int64 RegExpMacroAssemblerMIPS::CheckStackGuardState(Address*
return_address,
- Code* re_code,
- Address re_frame) {
+int64_t RegExpMacroAssemblerMIPS::CheckStackGuardState(Address*
return_address,
+ Code* re_code,
+ Address re_frame) {
return NativeRegExpMacroAssembler::CheckStackGuardState(
frame_entry<Isolate*>(re_frame, kIsolate),
frame_entry<int>(re_frame, kStartIndex),
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.