| Index: src/builtins/ia32/builtins-ia32.cc
|
| diff --git a/src/builtins/ia32/builtins-ia32.cc b/src/builtins/ia32/builtins-ia32.cc
|
| index 789a2958f78e859004eba053c50163b8d63d7e03..f5f81d2d78817dd36cc8af7ebf9d596d05850861 100644
|
| --- a/src/builtins/ia32/builtins-ia32.cc
|
| +++ b/src/builtins/ia32/builtins-ia32.cc
|
| @@ -657,7 +657,7 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| Register debug_info = kInterpreterBytecodeArrayRegister;
|
| __ mov(debug_info, FieldOperand(eax, SharedFunctionInfo::kDebugInfoOffset));
|
| __ mov(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
|
|
|