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

Commit a60d1d7

Browse files
committed
Fix linux-musl build break.
1 parent 7ab2a81 commit a60d1d7

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
@@ -262,12 +262,12 @@ class LoaderAllocator
262262
CrstExplicitInit m_ComCallWrapperCrst;
263263
// Hash table that maps a MethodTable to COM Interop compatibility data.
264264
PtrHashMap m_interopDataHash;
265+
265266
// Used for synchronizing access to the m_interopDataHash
266267
CrstExplicitInit m_InteropDataCrst;
268+
#endif
267269

268-
269270
EEMarshalingData* m_pMarshalingData;
270-
#endif
271271

272272
#ifndef DACCESS_COMPILE
273273

0 commit comments

Comments
 (0)