Skip to content

Commit

Permalink
Fix match groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jan 12, 2017
1 parent 7127f2f commit 58509ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libevmasm/SimplificationRules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ pair<Pattern, function<Pattern()> > const* Rules::findFirstMatch(
{
if (rule.first.matches(_expr, _classes))
return &rule;
resetMatchGroups();
}
return nullptr;
}
Expand Down

0 comments on commit 58509ca

Please sign in to comment.