summaryrefslogtreecommitdiff
path: root/src/theory/evaluator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/evaluator.cpp')
-rw-r--r--src/theory/evaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/evaluator.cpp b/src/theory/evaluator.cpp
index c0a3a2a2f..07a4e4b85 100644
--- a/src/theory/evaluator.cpp
+++ b/src/theory/evaluator.cpp
@@ -734,7 +734,7 @@ EvalResult Evaluator::evalInternal(
break;
}
- case kind::BITVECTOR_PLUS:
+ case kind::BITVECTOR_ADD:
{
BitVector res = results[currNode[0]].d_bv;
for (size_t i = 1, end = currNode.getNumChildren(); i < end; i++)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback