Index: src/x87/builtins-x87.cc |
diff --git a/src/x87/builtins-x87.cc b/src/x87/builtins-x87.cc |
index 311290ff2f96a7e10f266458fbb6b696b324d942..5b0bf0879ca65caa0838cedf819293033bc92a28 100644 |
--- a/src/x87/builtins-x87.cc |
+++ b/src/x87/builtins-x87.cc |
@@ -1066,7 +1066,8 @@ static void Generate_PushAppliedArguments(MacroAssembler* masm, |
int index = feedback_vector->GetIndex(FeedbackVectorICSlot(0)); |
__ mov(slot, Immediate(Smi::FromInt(index))); |
__ mov(vector, Immediate(feedback_vector)); |
- Handle<Code> ic = KeyedLoadICStub(masm->isolate()).GetCode(); |
+ Handle<Code> ic = |
+ KeyedLoadICStub(masm->isolate(), LoadICState(kNoExtraICState)).GetCode(); |
__ call(ic, RelocInfo::CODE_TARGET); |
// It is important that we do not have a test instruction after the |
// call. A test instruction after the call is used to indicate that |