]> git.saurik.com Git - redis.git/blobdiff - deps/jemalloc/src/ckh.c
If the computer running the Redis test is slow, we revert to --clients 1 to avoid...
[redis.git] / deps / jemalloc / src / ckh.c
index 143b5b5f95abde6a7b481210bc3d96c21bad2a43..43fcc25239d5f73a196aeb9df8fdca9b97e37536 100644 (file)
@@ -556,7 +556,7 @@ ckh_string_hash(const void *key, unsigned minbits, size_t *hash1, size_t *hash2)
        } else {
                ret1 = h;
                ret2 = hash(key, strlen((const char *)key),
-                   0x8432a476666bbc13U);
+                   0x8432a476666bbc13LLU);
        }
 
        *hash1 = ret1;