Skip to content

Commit

Permalink
Update NativeImageEagerFixups lock acquiredbefore (dotnet#107064)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT authored and jtschuster committed Sep 17, 2024
1 parent e6a38f7 commit 517302a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/coreclr/inc/CrstTypes.def
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ Crst MethodDescBackpatchInfoTracker
End

Crst NativeImageEagerFixups
AcquiredBefore UnresolvedClassLock
End

Crst NativeImageLoad
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 @@ -198,7 +198,7 @@ int g_rgCrstLevelMap[] =
3, // CrstModuleLookupTable
0, // CrstMulticoreJitHash
14, // CrstMulticoreJitManager
0, // CrstNativeImageEagerFixups
7, // CrstNativeImageEagerFixups
0, // CrstNativeImageLoad
0, // CrstNotifyGdb
4, // CrstPEImage
Expand Down

0 comments on commit 517302a

Please sign in to comment.