Skip to content

Commit

Permalink
Assign an offset for the return buffer on x86 since it might come in …
Browse files Browse the repository at this point in the history
…on the stack.
  • Loading branch information
jkoritzinsky committed Dec 24, 2020
1 parent 50712d5 commit 69e14c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/jit/lclvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5391,10 +5391,8 @@ void Compiler::lvaAssignVirtualFrameOffsetsToArgs()
if (info.compRetBuffArg != BAD_VAR_NUM)
{
noway_assert(lclNum == info.compRetBuffArg);
#ifndef TARGET_X86
argOffs =
lvaAssignVirtualFrameOffsetToArg(lclNum, REGSIZE_BYTES, argOffs UNIX_AMD64_ABI_ONLY_ARG(&callerArgOffset));
#endif // TARGET_X86
lclNum++;
}

Expand Down

0 comments on commit 69e14c6

Please sign in to comment.