Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Jan 7, 2025
1 parent b6f45bc commit f77f259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/sls/sls_bv_lookahead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ namespace sls {
wval(e).commit_eval_ignore_tabu();
}
else {
SASSERT(is_bool(e));
SASSERT(m.is_bool(e));
auto v1 = m_ev.bval1(e);

CTRACE("bv_verbose", m_ev.get_bool_value(e) != v1, tout << "updated truth value " << mk_bounded_pp(e, m) << " := " << v1 << "\n";);
Expand Down

0 comments on commit f77f259

Please sign in to comment.