Skip to content

Commit b34c1f4

Browse files
committed
DumpOpCode now is using generic type from call
1 parent 20fc89d commit b34c1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/Diagnostics/Info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ void CLR_RT_Assembly::DumpOpcodeDirect(
935935
if (mdInst.ResolveToken(token, call.assembly, call.genericType))
936936
{
937937
// mdInst now holds the target MethodDef (or MethodSpec) plus any genericType.
938-
CLR_RT_DUMP::METHOD(mdInst, mdInst.genericType);
938+
CLR_RT_DUMP::METHOD(mdInst, call.genericType);
939939
}
940940
else
941941
{

0 commit comments

Comments
 (0)