Skip to content

Commit

Permalink
rlh with NoHostCalls in GetRangeSection
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yamshchikov committed Oct 18, 2021
1 parent b3cebf2 commit 84187af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/vm/codeman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ RangeSection* ExecutionManager::GetRangeSection(TADDR addr)
}
#endif

ReaderLockHolder rlh;
ReaderLockHolder rlh(HostCallPreference::NoHostCalls);

#ifndef DACCESS_COMPILE
//negative case
Expand Down

0 comments on commit 84187af

Please sign in to comment.