import-trace: initialize all members
This was never a real problem, but keeps us on the safe side. Found by Coverity Scan, CID 25731/25808/25817. Change-Id: Ie4bd9fb52ff6140ce7ae024738b43c82f6f5045c
This commit is contained in:
@ -44,7 +44,8 @@ class AdvancedMemoryImporter : public MemoryImporter {
|
||||
void insert_delayed_entries(bool finalizing);
|
||||
|
||||
public:
|
||||
AdvancedMemoryImporter() : m_last_was_conditional_branch(false) {}
|
||||
AdvancedMemoryImporter() : m_last_was_conditional_branch(false),
|
||||
m_ip_jump_not_taken(0), m_cur_branchmask(0) {}
|
||||
|
||||
protected:
|
||||
virtual std::string database_additional_columns();
|
||||
|
||||
Reference in New Issue
Block a user