Skip to content

Commit 1d8e56e

Browse files
committed
Fix Crst leveling.
1 parent 5f75b07 commit 1d8e56e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/inc/CrstTypes.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,5 +711,5 @@ Crst MethodDescBackpatchInfoTracker
711711
End
712712

713713
Crst StubMethodInfoCache
714-
AcquiredBefore AppDomainHandleTable
714+
AcquiredBefore AppDomainHandleTable LoaderAllocator
715715
End

src/inc/crsttypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ int g_rgCrstLevelMap[] =
309309
0, // CrstStrongName
310310
5, // CrstStubCache
311311
0, // CrstStubDispatchCache
312-
14, // CrstStubMethodInfoCache
312+
15, // CrstStubMethodInfoCache
313313
4, // CrstStubUnwindInfoHeapSegments
314314
3, // CrstSyncBlockCache
315315
0, // CrstSyncHashLock

0 commit comments

Comments
 (0)