Skip to content

Commit

Permalink
Port dotnet#77068 to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davmason committed Oct 22, 2022
1 parent 0cee4aa commit 55cc986
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 55cc986

Please sign in to comment.