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

Commit

Permalink
JIT format.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Oct 9, 2019
1 parent ee2052a commit 3361308
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 @@ -2647,7 +2647,7 @@ void Compiler::fgInitArgInfo(GenTreeCall* call)
assert(arg2 != nullptr);
nonStandardArgs.Add(arg2, REG_LNGARG_HI);
}
#else // !_TARGET_X86_
#else // !_TARGET_X86_
// TODO-X86-CQ: Currently RyuJIT/x86 passes args on the stack, so this is not needed.
// If/when we change that, the following code needs to be changed to correctly support the (TBD) managed calling
// convention for x86/SSE.
Expand Down

0 comments on commit 3361308

Please sign in to comment.