Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 62cf89f

Browse files
committed
Move Crst out of FEATURE_COMINTEROP block.
1 parent a60d1d7 commit 62cf89f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vm/loaderallocator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ class LoaderAllocator
263263
// Hash table that maps a MethodTable to COM Interop compatibility data.
264264
PtrHashMap m_interopDataHash;
265265

266-
// Used for synchronizing access to the m_interopDataHash
267-
CrstExplicitInit m_InteropDataCrst;
268266
#endif
269267

268+
// Used for synchronizing access to the m_interopDataHash and m_pMarshalingData
269+
CrstExplicitInit m_InteropDataCrst;
270270
EEMarshalingData* m_pMarshalingData;
271271

272272
#ifndef DACCESS_COMPILE

0 commit comments

Comments
 (0)