Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nit
  • Loading branch information
jakobbotsch committed Feb 4, 2025
commit c6747f71fec33ef5acdd9e80addfc8e8ec8b2756
2 changes: 1 addition & 1 deletion src/coreclr/jit/fginline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ Statement* Compiler::fgInlinePrependStatements(InlineInfo* inlineInfo)
}

#ifdef DEBUG
if (call->gtArgs.CountArgs() > 0)
if (call->gtArgs.CountUserArgs() > 0)
{
JITDUMP("\nArguments setup:\n");
}
Expand Down
Loading