X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=hash.h;h=02b06140146b469abd05772406102fec845747fc;hp=13600f4e5e4b3602df1e59636e3d687b1ce0dc82;hb=92330695e64a42fd5dc54a6970a4b8122d3cd80e;hpb=a5a4fdfd44ec1b55ebab7800a931c148540a7324 diff --git a/hash.h b/hash.h index 13600f4e..02b06140 100644 --- a/hash.h +++ b/hash.h @@ -28,7 +28,7 @@ #error Define GOLDEN_RATIO_PRIME for your wordsize. #endif -#define GR_PRIME_64 0x9e37fffffffc0001UL +#define GR_PRIME_64 0x9e37fffffffc0001ULL static inline unsigned long __hash_long(unsigned long val) {