Skip to content

Commit a64d7a8

Browse files
committed
Fix EventPipe initialization order
1 parent b8f9262 commit a64d7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/ceemain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ void EEStartupHelper(COINITIEE fFlags)
663663

664664
#ifdef FEATURE_PERFTRACING
665665
// Initialize the event pipe.
666-
DiagnosticServer::Initialize();
667666
EventPipe::Initialize();
667+
DiagnosticServer::Initialize();
668668
#endif // FEATURE_PERFTRACING
669669

670670
#ifdef FEATURE_GDBJIT

0 commit comments

Comments
 (0)