Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CLR/Diagnostics/Info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ void CLR_RT_Assembly::DumpToken(CLR_UINT32 token, const CLR_RT_TypeSpec_Index *g
{
// Otherwise fall back to the old FieldDef path
CLR_RT_FieldDef_Index fd;
fd.Set(assemblyIndex, xref.target.data);
fd.data = xref.target.data;
CLR_RT_DUMP::FIELD(fd);
}
break;
Expand Down