fix 64-bit value for W_SHIFT, which thankfully appears to be not used
[ghc-hetmet.git] / includes / Cmm.h
index 183e103..52b5bec 100644 (file)
 #if SIZEOF_W == 4
 #define W_SHIFT 2
 #elif SIZEOF_W == 8
-#define W_SHIFT 4
+#define W_SHIFT 3
 #endif
 
 /* Converting quantities of words to bytes */