| Index: src/builtins/mips64/builtins-mips64.cc
|
| diff --git a/src/builtins/mips64/builtins-mips64.cc b/src/builtins/mips64/builtins-mips64.cc
|
| index 4d80993952b6f70cd4d54c37c2617bc93cdfe81e..8aa5c88fd9ec0a6b4d47c7bb590d28673a8e8ab0 100644
|
| --- a/src/builtins/mips64/builtins-mips64.cc
|
| +++ b/src/builtins/mips64/builtins-mips64.cc
|
| @@ -1145,7 +1145,7 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| // Load debug copy of the bytecode array.
|
| __ bind(&load_debug_bytecode_array);
|
| __ Ld(kInterpreterBytecodeArrayRegister,
|
| - FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
|
| + FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayOffset));
|
| __ Branch(&bytecode_array_loaded);
|
|
|
| // If the shared code is no longer this entry trampoline, then the underlying
|
|
|