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
Apply format patch
  • Loading branch information
t-mustafin committed Jul 9, 2021
commit 626119f40c8fd39af9f2c403bcd178c83a5a45d2
4 changes: 2 additions & 2 deletions src/coreclr/jit/morph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2897,8 +2897,8 @@ void Compiler::fgInitArgInfo(GenTreeCall* call)
}

#ifdef TARGET_X86
// Compute the maximum number of arguments that can be passed in registers.
// For X86 we handle the varargs and unmanaged calling conventions
// Compute the maximum number of arguments that can be passed in registers.
// For X86 we handle the varargs and unmanaged calling conventions

#ifndef UNIX_X86_ABI
if (call->gtFlags & GTF_CALL_POP_ARGS)
Expand Down