3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-08 15:13:23 +00:00

coercions

This commit is contained in:
Nikolaj Bjorner 2021-02-06 10:35:28 -08:00
parent 16448104eb
commit e856cfc458
2 changed files with 5 additions and 8 deletions

View file

@ -456,7 +456,7 @@ extern "C" {
ctx.c = c;
ctx.m = m;
ctx.user_context = user_context;
ctx.on_model = model_eh;
ctx.on_model = (void*)model_eh;
to_optimize_ptr(o)->register_on_model(ctx, _model_eh);
Z3_CATCH;
}