mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
safe sat clause_offset in debug mode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e132c5eae8
commit
5069da62a3
1 changed files with 2 additions and 0 deletions
|
@ -125,7 +125,9 @@ namespace sat {
|
||||||
m_allocator("clause-allocator") {
|
m_allocator("clause-allocator") {
|
||||||
#if defined(_AMD64_)
|
#if defined(_AMD64_)
|
||||||
m_num_segments = 0;
|
m_num_segments = 0;
|
||||||
|
#if defined(Z3DEBUG)
|
||||||
m_overflow_valid = false;
|
m_overflow_valid = false;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue