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)
 
 #ifdef HL_DEBUG
-//#	define GC_DEBUG
+#	define GC_DEBUG
 #endif
 
 typedef struct _gc_pheader gc_pheader;