hash: make 64-bit type ULL
[fio.git] / hash.h
diff --git a/hash.h b/hash.h
index 13600f4e5e4b3602df1e59636e3d687b1ce0dc82..02b06140146b469abd05772406102fec845747fc 100644 (file)
--- 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)
 {