summaryrefslogtreecommitdiff
path: root/src/vm/codeman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/codeman.cpp')
-rw-r--r--src/vm/codeman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/codeman.cpp b/src/vm/codeman.cpp
index 94bae80c7e..ad4c5196b1 100644
--- a/src/vm/codeman.cpp
+++ b/src/vm/codeman.cpp
@@ -1400,7 +1400,7 @@ JIT_LOAD_DATA g_JitLoadData;
// Global that holds the path to custom JIT location
extern "C" LPCWSTR g_CLRJITPath = nullptr;
-#endif // defined(FEATURE_CORECLR) && !defined(FEATURE_MERGE_JIT_AND_ENGINE)
+#endif // !defined(FEATURE_MERGE_JIT_AND_ENGINE)
// LoadAndInitializeJIT: load the JIT dll into the process, and initialize it (call the UtilCode initialization function,
@@ -1693,7 +1693,7 @@ BOOL EEJitManager::LoadJIT()
}
}
}
-#endif // (defined(_TARGET_AMD64_) && !defined(CROSSGEN_COMPILE) && !defined(FEATURE_CORECLR)) || (defined(_TARGET_X86_) && defined(FEATURE_CORECLR))
+#endif // (defined(_TARGET_AMD64_) && !defined(CROSSGEN_COMPILE)) || (defined(_TARGET_X86_) )
#endif // !FEATURE_MERGE_JIT_AND_ENGINE