| Index: src/mips/builtins-mips.cc
|
| diff --git a/src/mips/builtins-mips.cc b/src/mips/builtins-mips.cc
|
| index 2c80c75c7909eab488380ad3ff64c089eee99629..cbfd2776972ae0a1edc04d2a547aea9d025ed41d 100644
|
| --- a/src/mips/builtins-mips.cc
|
| +++ b/src/mips/builtins-mips.cc
|
| @@ -1412,7 +1412,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);
|
|
|