X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=hash.h;h=02b06140146b469abd05772406102fec845747fc;hp=13600f4e5e4b3602df1e59636e3d687b1ce0dc82;hb=16725bb04ffc0d58af3f1fe91cd58b31961a74f7;hpb=1e5324e723116a5faf9da686993cc79c14d62d4b 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) {