summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.cpp')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index 239385bfc..85d9d1f9b 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -52,7 +52,7 @@ void TheoryArith::addSharedTerm(TNode n){
}
Node TheoryArith::ppRewrite(TNode atom) {
- CodeTimer timer(d_ppRewriteTimer);
+ CodeTimer timer(d_ppRewriteTimer, /* allow_reentrant = */ true);
return d_internal->ppRewrite(atom);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback