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