Skip to content

Commit fca0bae

Browse files
simonferqueljkotas
andcommitted
Update src/coreclr/vm/ceeload.cpp
Co-authored-by: Jan Kotas <[email protected]>
1 parent 37e2f69 commit fca0bae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/coreclr/vm/ceeload.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,12 @@ void Module::Initialize(AllocMemTracker *pamTracker, LPCWSTR szName)
492492

493493
#ifdef PROFILING_SUPPORTED
494494
// set profiler related JIT flags
495-
if (CORProfilerDisableInlining()){
495+
if (CORProfilerDisableInlining())
496+
{
496497
m_dwTransientFlags |= PROF_DISABLE_INLINING;
497498
}
498-
if (CORProfilerDisableOptimizations()){
499+
if (CORProfilerDisableOptimizations())
500+
{
499501
m_dwTransientFlags |= PROF_DISABLE_OPTIMIZATIONS;
500502
}
501503

0 commit comments

Comments
 (0)