| Index: src/builtins/x64/builtins-x64.cc
|
| diff --git a/src/builtins/x64/builtins-x64.cc b/src/builtins/x64/builtins-x64.cc
|
| index d4ae1c2222adf7fb1b34b4439668f7ed55d47a72..87a759087551cab1a62140fc31bae6d7b8035134 100644
|
| --- a/src/builtins/x64/builtins-x64.cc
|
| +++ b/src/builtins/x64/builtins-x64.cc
|
| @@ -736,7 +736,7 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| Register debug_info = kInterpreterBytecodeArrayRegister;
|
| __ movp(debug_info, FieldOperand(rax, SharedFunctionInfo::kDebugInfoOffset));
|
| __ movp(kInterpreterBytecodeArrayRegister,
|
| - FieldOperand(debug_info, DebugInfo::kAbstractCodeIndex));
|
| + FieldOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
|
| __ jmp(&bytecode_array_loaded);
|
|
|
| // If the bytecode array is no longer present, then the underlying function
|
|
|