Skip to content

Commit

Permalink
wasm build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Nov 19, 2021
1 parent 741c5f4 commit a7d2478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/api_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ extern "C" {
init_solver_core(c, s);
}

static std::thread::id g_thread_id = std::this_thread::get_id();
static bool g_is_threaded = false;

static void init_solver_log(Z3_context c, Z3_solver s) {
static std::thread::id g_thread_id = std::this_thread::get_id();
static bool g_is_threaded = false;
solver_params sp(to_solver(s)->m_params);
symbol smt2log = sp.smtlib2_log();
if (smt2log.is_non_empty_string() && !to_solver(s)->m_pp) {
Expand Down

0 comments on commit a7d2478

Please sign in to comment.