mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
Fix is_int64 bug in mpz when compiling with GMP
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
03c1b24dea
commit
3d34aa7f01
3 changed files with 6 additions and 2 deletions
|
@ -168,6 +168,7 @@ class mpz_manager {
|
|||
mpz_t * m_arg[2];
|
||||
mpz_t m_uint64_max;
|
||||
mpz_t m_int64_max;
|
||||
mpz_t m_int64_min;
|
||||
|
||||
mpz_t * allocate() {
|
||||
mpz_t * cell = reinterpret_cast<mpz_t*>(m_allocator.allocate(sizeof(mpz_t)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue