Initialize m_failedILStubs of ZapperStats (#13742)
authorHanjoung Lee <waterets@gmail.com>
Fri, 1 Sep 2017 15:41:01 +0000 (00:41 +0900)
committerJan Kotas <jkotas@microsoft.com>
Fri, 1 Sep 2017 15:41:01 +0000 (08:41 -0700)
src/zap/zapperstats.cpp

index 8a7be16..3265d02 100644 (file)
@@ -73,6 +73,7 @@ static_assert_no_msg((sizeof(callReasons)/sizeof(callReasons[0])) == CORINFO_IND
 ZapperStats::ZapperStats()
     : m_methods( 0 )
     , m_failedMethods( 0 )
+    , m_failedILStubs( 0 )
     , m_ilCodeSize( 0 )
     , m_nativeCodeSize( 0 )
     , m_nativeColdCodeSize( 0 )