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.
1 parent 5651eb1 commit a3dfa35Copy full SHA for a3dfa35
src/CLR/Diagnostics/Info.cpp
@@ -935,7 +935,7 @@ void CLR_RT_Assembly::DumpOpcodeDirect(
935
if (mdInst.ResolveToken(token, call.assembly, call.genericType))
936
{
937
// mdInst now holds the target MethodDef (or MethodSpec) plus any genericType.
938
- CLR_RT_DUMP::METHOD(mdInst, mdInst.genericType);
+ CLR_RT_DUMP::METHOD(mdInst, call.genericType);
939
}
940
else
941
0 commit comments