| Index: src/ppc/builtins-ppc.cc
|
| diff --git a/src/ppc/builtins-ppc.cc b/src/ppc/builtins-ppc.cc
|
| index 783ead4331e6da6e7abdf546512b0d675fa5787f..4cf641897a7fa65c20587733b8adea58a35cf1c6 100644
|
| --- a/src/ppc/builtins-ppc.cc
|
| +++ b/src/ppc/builtins-ppc.cc
|
| @@ -1439,7 +1439,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.
|
|
|