Skip to content

Commit

Permalink
Releveling CrstDynamicMT and CrstCodeVersioning (dotnet#102468)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov authored and Ruihan-Yin committed May 30, 2024
1 parent 11dce3f commit 1dddc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1dddc99

Please sign in to comment.