common: init m_vtune_id

This commit is contained in:
Gregory Hainaut 2017-01-22 16:45:49 +01:00
parent 701743a4ec
commit 6f9feee759
1 changed files with 4 additions and 1 deletions

View File

@ -192,7 +192,10 @@ void dump_and_reset()
// Dummy implementation
////////////////////////////////////////////////////////////////////////////////
InfoVector::InfoVector(const char *prefix) {}
InfoVector::InfoVector(const char *prefix)
: m_vtune_id(0)
{
}
void InfoVector::map(uptr x86, u32 size, const char *symbol) {}
void InfoVector::map(uptr x86, u32 size, u32 pc) {}
void InfoVector::reset() {}