| Index: src/ppc/builtins-ppc.cc
|
| diff --git a/src/ppc/builtins-ppc.cc b/src/ppc/builtins-ppc.cc
|
| index 11b3b697f4bc41bd0f9b874fbd4978a2019908c9..a588eb298d6dd63bc138e904a0a6fe2e688ead66 100644
|
| --- a/src/ppc/builtins-ppc.cc
|
| +++ b/src/ppc/builtins-ppc.cc
|
| @@ -1462,7 +1462,8 @@ static void Generate_PushAppliedArguments(MacroAssembler* masm,
|
| int index = feedback_vector->GetIndex(FeedbackVectorICSlot(0));
|
| __ LoadSmiLiteral(slot, Smi::FromInt(index));
|
| __ Move(vector, feedback_vector);
|
| - Handle<Code> ic = KeyedLoadICStub(masm->isolate()).GetCode();
|
| + Handle<Code> ic =
|
| + KeyedLoadICStub(masm->isolate(), LoadICState(kNoExtraICState)).GetCode();
|
| __ Call(ic, RelocInfo::CODE_TARGET);
|
|
|
| // Push the nth argument.
|
|
|