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:
parent
6598aedbb2
commit
bb7aa16223
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue