mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
fix debug build
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
37fca65517
commit
6ab167f0c7
4 changed files with 5 additions and 5 deletions
|
@ -1148,7 +1148,7 @@ namespace datalog {
|
|||
|
||||
TRACE("dl",
|
||||
tout <<"% ";
|
||||
instr->display_head_impl(ctx.get_rel_context(), tout);
|
||||
instr->display_head_impl(ctx, tout);
|
||||
tout <<"\n";);
|
||||
success = !ctx.should_terminate() && instr->perform(ctx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue