Index: src/builtins/x87/builtins-x87.cc |
diff --git a/src/builtins/x87/builtins-x87.cc b/src/builtins/x87/builtins-x87.cc |
index 6ee2ab618b02a8f50f5996cc351be953b56cb222..4135c2859624a57b7d75602a09fce74fba366d6d 100644 |
--- a/src/builtins/x87/builtins-x87.cc |
+++ b/src/builtins/x87/builtins-x87.cc |
@@ -658,7 +658,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 |