Skip to content
Merged
Show file tree
Hide file tree
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/coreclr/inc/CrstTypes.def
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Crst DynamicIL
End

Crst DynamicMT
AcquiredBefore IbcProfile
AcquiredBefore IbcProfile CodeVersioning
End

Crst EventStore
Expand Down
2 changes: 1 addition & 1 deletion src/coreclr/inc/crsttypes_generated.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ int g_rgCrstLevelMap[] =
0, // CrstDelegateToFPtrHash
18, // CrstDomainLocalBlock
0, // CrstDynamicIL
3, // CrstDynamicMT
10, // CrstDynamicMT
0, // CrstEtwTypeLogHash
20, // CrstEventPipe
0, // CrstEventStore
Expand Down