From 26efa5f75632a6372070c3f71a41adf85b5ad6f6 Mon Sep 17 00:00:00 2001 From: Manu Date: Wed, 16 Mar 2016 10:44:44 +0900 Subject: Update code to use COMPlus_ instead of COMPLUS_ when referencing knobs --- src/vm/eeconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vm/eeconfig.h') diff --git a/src/vm/eeconfig.h b/src/vm/eeconfig.h index 7270dce2a4..002396d8e0 100644 --- a/src/vm/eeconfig.h +++ b/src/vm/eeconfig.h @@ -1126,10 +1126,10 @@ private: //---------------------------------------------------------------- #endif #ifdef _TARGET_AMD64_ - // Assemblies for which we will not load a native image. This is from the COMPLUS_DisableNativeImageLoadList + // Assemblies for which we will not load a native image. This is from the COMPlus_DisableNativeImageLoadList // variable / reg key. It performs the same function as the config file key "" (except // that is it just a list of assembly names, which the config file key can specify full assembly identities). - // This was added to support COMPLUS_UseLegacyJit, to support the rollout of RyuJIT to replace JIT64, where + // This was added to support COMPlus_UseLegacyJit, to support the rollout of RyuJIT to replace JIT64, where // the user can cause the CLR to fall back to JIT64 for JITting but not for NGEN. This allows the user to // force JITting for a specified list of NGEN assemblies. AssemblyNamesList * pDisableNativeImageLoadList; -- cgit v1.2.3