| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index 051d3a1162f16a225ce576762160cacec303da71..effbac6dfb3e9333da12ab49469235d7312b3148 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -3007,7 +3007,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();
|
| - __ mov(r3, Operand(SmiFromSlot(expr->CallFeedbackSlot())));
|
| + __ mov(r3, Operand(SmiFromSlot(expr->CallFeedbackICSlot())));
|
| __ ldr(r1, 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.
|
|
|