Skip to content

Commit

Permalink
try fix win-x86 build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek committed Apr 4, 2024
1 parent b6b079e commit a9b0d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/debug/runtimeinfo/data-descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ struct CDacStringPoolSizes
#undef CDAC_GLOBAL_POINTER
#undef CDAC_GLOBAL
#undef CDAC_GLOBALS_END
char cdac_string_pool_trailing_nil;
};

#define GET_TYPE_NAME(name) offsetof(struct CDacStringPoolSizes, MAKE_TYPELEN_NAME(name))
Expand Down

0 comments on commit a9b0d7f

Please sign in to comment.