Index: src/ia32/builtins-ia32.cc |
diff --git a/src/ia32/builtins-ia32.cc b/src/ia32/builtins-ia32.cc |
index 40cfc80497f356d7c7c1ef702ace9cd9e9e70e5c..ef9f30d715106dea2224cab66c426bbc8842d75e 100644 |
--- a/src/ia32/builtins-ia32.cc |
+++ b/src/ia32/builtins-ia32.cc |
@@ -1077,7 +1077,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 |