Nicolas Cannasse 9 lat temu
rodzic
commit
58e0993832
1 zmienionych plików z 1 dodań i 1 usunięć
  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;