Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix a compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Jul 30, 2019
1 parent 89fab6f commit 4622b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jit/morph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7019,7 +7019,7 @@ bool Compiler::fgCanFastTailCall(GenTreeCall* callee)
fgInitArgInfo(callee);
fgArgInfo* argInfo = callee->fgArgInfo;

auto reportFastTailCallDecision = [this, callee](const char* msg, size_t callerStackSize, size_t calleeStackSize) {
auto reportFastTailCallDecision = [this, callee](const char* msg, size_t callerArgStackSize, size_t calleeArgStackSize) {
#if DEBUG
if ((JitConfig.JitReportFastTailCallDecisions()) == 1)
{
Expand Down

0 comments on commit 4622b4f

Please sign in to comment.