mirror of
https://github.com/Z3Prover/z3
synced 2025-06-08 15:13:23 +00:00
coercions
This commit is contained in:
parent
16448104eb
commit
e856cfc458
2 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue