| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index 985f9c714f753f01412308bf2dd9170264efacb0..b5a67b47dc59892991d1f785619f6191d77b8631 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1433,7 +1433,8 @@ static void Generate_PushAppliedArguments(MacroAssembler* masm,
|
| int index = feedback_vector->GetIndex(FeedbackVectorICSlot(0));
|
| __ li(slot, Operand(Smi::FromInt(index)));
|
| __ li(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(v0);
|
|
|