Adds support to the action `accuracy'

This commit is contained in:
Felipe Zimmerle
2016-02-10 13:34:41 -03:00
parent 5a2a81a568
commit 714df8db20
6 changed files with 100 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ Rule::Rule(std::string marker)
op(NULL),
rule_id(0),
phase(-1),
m_accuracy(0),
m_unconditional(false),
m_secmarker(true),
m_marker(marker),