3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

build fix

This commit is contained in:
Christoph M. Wintersteiger 2015-09-28 18:20:22 +01:00
parent 076e680433
commit de3ead9ff1

View file

@ -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)