We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
repGetCookieForPInvokeCalliSig
1 parent 54e7818 commit 19e2ae0Copy full SHA for 19e2ae0
src/coreclr/tools/superpmi/superpmi-shared/methodcontext.cpp
@@ -6112,6 +6112,8 @@ void MethodContext::dmpGetCookieForPInvokeCalliSig(const GetCookieForPInvokeCall
6112
}
6113
LPVOID MethodContext::repGetCookieForPInvokeCalliSig(CORINFO_SIG_INFO* szMetaSig, void** ppIndirection)
6114
{
6115
+ AssertMapExistsNoMessage(GetCookieForInterpreterCalliSig);
6116
+
6117
GetCookieForPInvokeCalliSigValue key;
6118
ZeroMemory(&key, sizeof(key)); // Zero key including any struct padding
6119
key.cbSig = (DWORD)szMetaSig->cbSig;
0 commit comments