Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
VSadov committed Jan 21, 2022
commit 0f1c732d536d761833551931b4bfe0aab0b8c2f6
2 changes: 1 addition & 1 deletion src/coreclr/vm/domainfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ BOOL DomainFile::DoIncrementalLoad(FileLoadLevel level)

#ifdef FEATURE_MULTICOREJIT
{
Module * pModule = GetModule();
Module * pModule = m_pModule;

if (pModule != NULL) // Should not triggle assert when module is NULL
{
Expand Down