summaryrefslogtreecommitdiff
path: root/src/vm/vars.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/vars.cpp')
-rw-r--r--src/vm/vars.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm/vars.cpp b/src/vm/vars.cpp
index eeef71ed7c..8d19a5c20e 100644
--- a/src/vm/vars.cpp
+++ b/src/vm/vars.cpp
@@ -83,7 +83,9 @@ GPTR_IMPL(MethodTable, g_pMulticastDelegateClass);
GPTR_IMPL(MethodTable, g_pValueTypeClass);
GPTR_IMPL(MethodTable, g_pEnumClass);
GPTR_IMPL(MethodTable, g_pThreadClass);
+#ifdef FEATURE_CER
GPTR_IMPL(MethodTable, g_pCriticalFinalizerObjectClass);
+#endif
#ifndef FEATURE_CORECLR
GPTR_IMPL(MethodTable, g_pAsyncFileStream_AsyncResultClass);
#endif // !FEATURE_CORECLR
@@ -104,7 +106,9 @@ GPTR_IMPL(MethodTable, g_pICastableInterface);
#endif // FEATURE_ICASTABLE
+#ifdef FEATURE_CER
GPTR_IMPL(MethodDesc, g_pPrepareConstrainedRegionsMethod);
+#endif
GPTR_IMPL(MethodDesc, g_pExecuteBackoutCodeHelperMethod);
GPTR_IMPL(MethodDesc, g_pObjectCtorMD);