Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 9baeaa74cd69581d762fe89308f7f1dfb0a285a3..25ec2b578cdfb3c8077d4d71d1df068da1aefaf0 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -2982,8 +2982,7 @@ void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { |
// Record source position of the IC call. |
SetSourcePosition(expr->position()); |
- Handle<Code> ic = CallIC::initialize_stub( |
- isolate(), arg_count, call_type); |
+ Handle<Code> ic = CodeFactory::CallIC(isolate(), arg_count, call_type).code(); |
__ li(a3, Operand(SmiFromSlot(expr->CallFeedbackSlot()))); |
__ lw(a1, MemOperand(sp, (arg_count + 1) * kPointerSize)); |
// Don't assign a type feedback id to the IC, since type feedback is provided |