mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
stopwatch: fix debug build crash in sat solver
This commit is contained in:
parent
6598aedbb2
commit
bb7aa16223
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ public:
|
|||
|
||||
void reset() {
|
||||
m_elapsed = duration_t::zero();
|
||||
DEBUG_CODE(m_running = false;);
|
||||
}
|
||||
|
||||
void start() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue