Nicolas Cannasse преди 9 години
родител
ревизия
58e0993832
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)
 #define PAGE_KIND_MASK		((1 << PAGE_KIND_BITS) - 1)
 
 
 #ifdef HL_DEBUG
 #ifdef HL_DEBUG
-//#	define GC_DEBUG
+#	define GC_DEBUG
 #endif
 #endif
 
 
 typedef struct _gc_pheader gc_pheader;
 typedef struct _gc_pheader gc_pheader;