Fix issue in a selector.

Change-Id: I8079ffd7aeb4117f0edec9c292cacb56adf20a7f
This commit is contained in:
Felix Raimundo
2016-04-05 19:06:17 +02:00
parent 7a7df647f3
commit 11a5550bfd

View File

@@ -173,7 +173,7 @@ const ExpressionSelector multiplyByZeroSelector[3] = {
.m_numberOfChildren = 2
},
{
.m_match = ExpressionSelector::Match::Type,
.m_match = ExpressionSelector::Match::TypeAndValue,
.m_expressionType = Expression::Type::Integer,
.m_numberOfChildren = 0,
.m_integerValue = 0,