mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 14:43:23 +00:00
cleanup cancelation logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4e155887b2
commit
61dbb6168e
37 changed files with 93 additions and 198 deletions
|
@ -238,5 +238,5 @@ void get_memory_statistics(statistics& st) {
|
|||
}
|
||||
|
||||
void get_rlimit_statistics(reslimit& l, statistics& st) {
|
||||
st.update("rlimit count", l.count());
|
||||
st.update("rlimit count", static_cast<double>(l.count()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue