summaryrefslogtreecommitdiffstats
path: root/clib/src/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'clib/src/array.c')
-rw-r--r--clib/src/array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clib/src/array.c b/clib/src/array.c
index 19659cb..4a0581a 100644
--- a/clib/src/array.c
+++ b/clib/src/array.c
@@ -99,7 +99,7 @@ const char *__array_msg[] = {
#define __index_to_page_hashed(i,s) \
({ \
- typeof(i) _h = int32_hash1(__index_to_page((i),(s))); \
+ typeof(i) _h = int64_hash1(__index_to_page((i),(s))); \
_h; \
})
OpenPOWER on IntegriCloud