| Index: src/builtins/ppc/builtins-ppc.cc
|
| diff --git a/src/builtins/ppc/builtins-ppc.cc b/src/builtins/ppc/builtins-ppc.cc
|
| index dc2221e10b37329303cc4f045689e38f7d7cb6e3..5a54017aa6bf03e991550865ed4036d38bd05cff 100644
|
| --- a/src/builtins/ppc/builtins-ppc.cc
|
| +++ b/src/builtins/ppc/builtins-ppc.cc
|
| @@ -1098,7 +1098,7 @@ void Builtins::Generate_InterpreterEntryTrampoline(MacroAssembler* masm) {
|
| __ TestIfSmi(debug_info, r0);
|
| __ beq(&array_done, cr0);
|
| __ LoadP(kInterpreterBytecodeArrayRegister,
|
| - FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayIndex));
|
| + FieldMemOperand(debug_info, DebugInfo::kDebugBytecodeArrayOffset));
|
| __ bind(&array_done);
|
|
|
| // Check whether we should continue to use the interpreter.
|
|
|