Index: src/full-codegen/arm/full-codegen-arm.cc |
diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc |
index e32f41507c5cb97553c8998e8e4f2b76b858fe55..27985fbe490775c671541d78c35c8c35b0d9fb9c 100644 |
--- a/src/full-codegen/arm/full-codegen-arm.cc |
+++ b/src/full-codegen/arm/full-codegen-arm.cc |
@@ -2638,7 +2638,7 @@ void FullCodeGenerator::EmitCall(Call* expr, ConvertReceiverMode mode) { |
} |
PrepareForBailoutForId(expr->CallId(), NO_REGISTERS); |
- SetCallPosition(expr); |
+ SetCallPosition(expr, expr->tail_call_mode()); |
if (expr->tail_call_mode() == TailCallMode::kAllow) { |
if (FLAG_trace) { |
__ CallRuntime(Runtime::kTraceTailCall); |