mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
wrong assert, compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c03c395267
commit
d64bc795f0
6 changed files with 1 additions and 7 deletions
|
@ -139,7 +139,7 @@ namespace bv {
|
|||
n = mk_enode(e, suppress_args);
|
||||
|
||||
SASSERT(!n->is_attached_to(get_id()));
|
||||
theory_var v = mk_var(n);
|
||||
mk_var(n);
|
||||
SASSERT(n->is_attached_to(get_id()));
|
||||
if (internalize_mode::no_delay_i != get_internalize_mode(a))
|
||||
mk_bits(n->get_th_var(get_id()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue