Skip to content

Commit

Permalink
fix handling of COMPlus_ZapDisable (dotnet#35741)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored May 2, 2020
1 parent c593b5d commit f007634
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/coreclr/src/vm/appdomain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1768,10 +1768,8 @@ void SystemDomain::Init()
// to allow stub caches to use the memory pool. Do not
// initialze it here!

#ifdef FEATURE_PREJIT
if (CLRConfig::GetConfigValue(CLRConfig::EXTERNAL_ZapDisable) != 0)
g_fAllowNativeImages = false;
#endif

m_pSystemFile = NULL;
m_pSystemAssembly = NULL;
Expand Down

0 comments on commit f007634

Please sign in to comment.