summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/ceeload.cpp')
-rw-r--r--src/vm/ceeload.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vm/ceeload.cpp b/src/vm/ceeload.cpp
index ef56342e25..47810b7168 100644
--- a/src/vm/ceeload.cpp
+++ b/src/vm/ceeload.cpp
@@ -467,7 +467,7 @@ void Module::InitializeForProfiling()
}
else // ReadyToRun image
{
-#ifdef FEATURE_READYTORUN_COMPILER
+#ifdef FEATURE_READYTORUN
// We already setup the m_methodProfileList in the ReadyToRunInfo constructor
if (m_methodProfileList != nullptr)
{
@@ -12990,7 +12990,8 @@ idTypeSpec Module::LogInstantiatedType(TypeHandle typeHnd, ULONG flagNum)
// We can relax this if we allow a (duplicate) MethodTable to live
// in any module (which might be needed for ngen of generics)
#ifdef FEATURE_PREJIT
- PRECONDITION(this == GetPreferredZapModuleForTypeHandle(typeHnd));
+ // All callsites already do this...
+ // PRECONDITION(this == GetPreferredZapModuleForTypeHandle(typeHnd));
#endif
}
CONTRACT_END;