mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Fix issue in a selector.
Change-Id: I8079ffd7aeb4117f0edec9c292cacb56adf20a7f
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user