mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
build fix
This commit is contained in:
parent
076e680433
commit
de3ead9ff1
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ void fpa2bv_model_converter::convert(model * bv_mdl, model * float_mdl) {
|
|||
#else
|
||||
SASSERT(a->get_arg(0)->get_kind() == OP_EXTRACT);
|
||||
SASSERT(to_app(a->get_arg(0))->get_arg(0)->get_kind() == OP_EXTRACT);
|
||||
seen.insert(to_app(to_app(a->get_arg(0))->get_arg(0))->get_decl());
|
||||
seen.insert(to_app(to_app(val->get_arg(0))->get_arg(0))->get_decl());
|
||||
#endif
|
||||
|
||||
if (!sgn && !sig && !exp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue