3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

stopwatch: fix debug build crash in sat solver

This commit is contained in:
Nuno Lopes 2019-02-21 16:38:48 +00:00
parent 6598aedbb2
commit bb7aa16223

View file

@ -50,6 +50,7 @@ public:
void reset() { void reset() {
m_elapsed = duration_t::zero(); m_elapsed = duration_t::zero();
DEBUG_CODE(m_running = false;);
} }
void start() { void start() {