mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
fixed gcc compilation error
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
b335661d5a
commit
3e8d3db290
|
@ -383,7 +383,8 @@ namespace pdr {
|
|||
fi->set_else(result);
|
||||
md->register_decl(m_head, fi);
|
||||
}
|
||||
apply(ctx.get_model_converter(), md, 0);
|
||||
model_converter_ref mc = ctx.get_model_converter();
|
||||
apply(mc, md, 0);
|
||||
if (p_orig->get_arity() == 0) {
|
||||
result = md->get_const_interp(p_orig);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue