Skip to content

Commit

Permalink
Fix an assert error in crossgen2 on ARM (#32421)
Browse files Browse the repository at this point in the history
- Initialize wrapperDelegateInvoke of CORINFO_CALL_INFO in ARM.
  • Loading branch information
clamp03 authored Feb 17, 2020
1 parent dfa5d03 commit ceaeefe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,8 @@ private void ceeInfoGetCallInfo(

pResult->methodFlags = getMethodAttribsInternal(methodToCall);

pResult->wrapperDelegateInvoke = false;

Get_CORINFO_SIG_INFO(methodToCall, &pResult->sig, useInstantiatingStub);
}

Expand Down

0 comments on commit ceaeefe

Please sign in to comment.