3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 17:30:23 +00:00

remove some platform specific behavior

This commit is contained in:
Nikolaj Bjorner 2024-12-23 16:28:10 -08:00
parent 554191885e
commit 23c4728d68
5 changed files with 7 additions and 8 deletions

View file

@ -240,7 +240,7 @@ namespace smt {
vector<std::tuple<enode *, enode *>> & used_enodes) {
if (pat == nullptr) {
trace_stream() << "[inst-discovered] MBQI " << " #" << q->get_id();
trace_stream() << "[inst-discovered] MBQI 0x0 #" << q->get_id();
for (unsigned i = 0; i < num_bindings; ++i) {
trace_stream() << " #" << bindings[num_bindings - i - 1]->get_owner_id();
}