summaryrefslogtreecommitdiff
path: root/src/vm/listlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/listlock.cpp')
-rw-r--r--src/vm/listlock.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/listlock.cpp b/src/vm/listlock.cpp
index ce6f8782f2..450e85aef5 100644
--- a/src/vm/listlock.cpp
+++ b/src/vm/listlock.cpp
@@ -27,8 +27,10 @@ ListLockEntry::ListLockEntry(ListLock *pList, void *pData, const char *descripti
m_hrResultCode(S_FALSE),
m_hInitException(NULL),
m_pLoaderAllocator(NULL)
+#ifdef FEATURE_CORRUPTING_EXCEPTIONS
,
m_CorruptionSeverity(NotCorrupting)
+#endif // FEATURE_CORRUPTING_EXCEPTIONS
{
WRAPPER_NO_CONTRACT;
}