Skip to content

Commit

Permalink
fix another issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Apr 14, 2022
1 parent cd3a16b commit 637c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/fgehopt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ PhaseStatus Compiler::fgRemoveEmptyTry()

if (block != callFinally)
{
JITDUMP("EH#%u found unexpected callfinally " FMT_BB "; skipping.\n");
JITDUMP("EH#%u found unexpected callfinally " FMT_BB "; skipping.\n", block->bbNum);
verifiedSingleCallfinally = false;
break;
}
Expand Down

0 comments on commit 637c340

Please sign in to comment.