3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-04-17 11:05:49 -07:00
parent 81f10912ae
commit 755f57931b

View file

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