Skip to content

Commit

Permalink
Port #77068 to 7.0 (#77533)
Browse files Browse the repository at this point in the history
  • Loading branch information
davmason committed Nov 3, 2022
1 parent 9ef8273 commit 328f53c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/coreclr/vm/domainassembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,14 @@ void DomainAssembly::DeliverSyncEvents()

GetModule()->NotifyEtwLoadFinished(S_OK);

#ifdef PROFILING_SUPPORTED
if (!IsProfilerNotified())
{
SetProfilerNotified();
GetModule()->NotifyProfilerLoadFinished(S_OK);
}
#endif

#ifdef DEBUGGING_SUPPORTED
GCX_COOP();
if (!IsDebuggerNotified())
Expand Down

0 comments on commit 328f53c

Please sign in to comment.