Nicolas Cannasse 9 years ago
parent
commit
58e0993832
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/alloc.c

+ 1 - 1
src/alloc.c

@@ -65,7 +65,7 @@ static unsigned int __inline TRAILING_ZEROES( unsigned int x ) {
 #define PAGE_KIND_MASK		((1 << PAGE_KIND_BITS) - 1)
 
 #ifdef HL_DEBUG
-//#	define GC_DEBUG
+#	define GC_DEBUG
 #endif
 
 typedef struct _gc_pheader gc_pheader;