mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
use signed char per porting issue for ARM/64
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cccd37101e
commit
1d46d5c870
5 changed files with 24 additions and 22 deletions
|
@ -79,7 +79,7 @@ namespace smt {
|
|||
//
|
||||
// ------------------------------------
|
||||
class label_hasher {
|
||||
svector<char> m_lbl2hash; // cache: lbl_id -> hash
|
||||
svector<signed char> m_lbl2hash; // cache: lbl_id -> hash
|
||||
|
||||
void mk_lbl_hash(unsigned lbl_id) {
|
||||
unsigned a = 17;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue