From 33613082c08687de59771aa2118351943071f6fe Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Wed, 9 Oct 2019 15:07:31 -0700 Subject: [PATCH] JIT format. --- src/jit/morph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp index ace1b6263fa1..a43e9af428eb 100644 --- a/src/jit/morph.cpp +++ b/src/jit/morph.cpp @@ -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.