mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
stopwatch: fix debug build crash in sat solver
This commit is contained in:
parent
6598aedbb2
commit
bb7aa16223
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
void reset() {
|
||||
m_elapsed = duration_t::zero();
|
||||
DEBUG_CODE(m_running = false;);
|
||||
}
|
||||
|
||||
void start() {
|
||||
|
|
Loading…
Reference in a new issue