Fix linux build
authorAndrew Au <andrewau@microsoft.com>
Thu, 21 Jun 2018 17:45:31 +0000 (10:45 -0700)
committerAndrew Au <cshung@gmail.com>
Wed, 7 Nov 2018 02:34:47 +0000 (18:34 -0800)
src/debug/ee/debugger.cpp

index 4ac32ec..941c77d 100644 (file)
@@ -2375,8 +2375,8 @@ DebuggerLazyInit::DebuggerLazyInit() :
     m_CtrlCMutex(NULL),
     m_exAttachEvent(NULL),
     m_exUnmanagedAttachEvent(NULL),
-    m_DebuggerHandlingCtrlC(NULL),
-    m_garbageCollectionBlockerEvent(NULL)
+    m_garbageCollectionBlockerEvent(NULL),
+    m_DebuggerHandlingCtrlC(NULL)
 {
 }