Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Apr 19, 2022
1 parent dc91326 commit ac19894
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1360,15 +1360,6 @@ private void ForceSigWalk()
numRegistersUsed++;
}

// DESKTOP BEHAVIOR - This block is disabled for x86 as the param arg is the last argument on .NET Framework x86.
if (HasParamType)
{
numRegistersUsed++;
_paramTypeLoc = (numRegistersUsed == 1) ?
ParamTypeLocation.Ecx : ParamTypeLocation.Edx;
Debug.Assert(numRegistersUsed <= 2);
}

if (IsVarArg)
{
nSizeOfArgStack += _transitionBlock.PointerSize;
Expand Down

0 comments on commit ac19894

Please sign in to comment.