| Index: src/full-codegen/mips/full-codegen-mips.cc
|
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
|
| index bde7f6eb468070e28ba8976fff438b6f7c5813a2..d84678040ed3570855ab95e3970df82961bf9944 100644
|
| --- a/src/full-codegen/mips/full-codegen-mips.cc
|
| +++ b/src/full-codegen/mips/full-codegen-mips.cc
|
| @@ -2635,7 +2635,7 @@ void FullCodeGenerator::EmitCall(Call* expr, ConvertReceiverMode mode) {
|
|
|
| PrepareForBailoutForId(expr->CallId(), NO_REGISTERS);
|
| // Record source position of the IC call.
|
| - SetCallPosition(expr);
|
| + SetCallPosition(expr, expr->tail_call_mode());
|
| if (expr->tail_call_mode() == TailCallMode::kAllow) {
|
| if (FLAG_trace) {
|
| __ CallRuntime(Runtime::kTraceTailCall);
|
|
|