3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

safe sat clause_offset in debug mode

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-08-19 08:45:06 -07:00
parent e132c5eae8
commit 5069da62a3

View file

@ -125,7 +125,9 @@ namespace sat {
m_allocator("clause-allocator") {
#if defined(_AMD64_)
m_num_segments = 0;
#if defined(Z3DEBUG)
m_overflow_valid = false;
#endif
#endif
}