mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
fix #7622
This commit is contained in:
parent
81f10912ae
commit
755f57931b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ extern "C" {
|
|||
LOG_Z3_get_global_param_descrs(c);
|
||||
Z3_param_descrs_ref * d = alloc(Z3_param_descrs_ref, *mk_c(c));
|
||||
mk_c(c)->save_object(d);
|
||||
d->m_descrs = gparams::get_global_param_descrs();
|
||||
d->m_descrs.copy(const_cast<param_descrs&>(gparams::get_global_param_descrs()));
|
||||
auto r = of_param_descrs(d);
|
||||
RETURN_Z3(r);
|
||||
Z3_CATCH_RETURN(nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue