mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
wasm build issue
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
741c5f43f4
commit
a7d24788c3
|
@ -158,10 +158,10 @@ extern "C" {
|
||||||
init_solver_core(c, s);
|
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 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);
|
solver_params sp(to_solver(s)->m_params);
|
||||||
symbol smt2log = sp.smtlib2_log();
|
symbol smt2log = sp.smtlib2_log();
|
||||||
if (smt2log.is_non_empty_string() && !to_solver(s)->m_pp) {
|
if (smt2log.is_non_empty_string() && !to_solver(s)->m_pp) {
|
||||||
|
|
Loading…
Reference in a new issue