Fix the build.
[mono.git] / mono / mini / regalloc2.c
index 79ab478c94ad0dcf2e526bf88d11b2bcb57f696c..c0308e8c30303b8bf3285230d6c3bd6c9e7cbbab 100644 (file)
@@ -135,12 +135,7 @@ typedef struct MonoRegallocContext {
  * MACROS
  */
 
-#if SIZEOF_REGISTER == 8
-#define BITS_PER_CHUNK 64
-#else
-#define BITS_PER_CHUNK 32
-#endif
-
+#define BITS_PER_CHUNK MONO_BITSET_BITS_PER_CHUNK
 #define MONO_FIRST_VREG (MONO_MAX_IREGS+MONO_MAX_FREGS)
 
 /*