fix 64-bit value for W_SHIFT, which thankfully appears to be not used
authorSimon Marlow <marlowsd@gmail.com>
Thu, 22 Apr 2010 21:36:05 +0000 (21:36 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 22 Apr 2010 21:36:05 +0000 (21:36 +0000)
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 */