Nicolas Cannasse 8 年之前
父節點
當前提交
921abd7703
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/alloc.c

+ 1 - 1
src/alloc.c

@@ -684,7 +684,7 @@ static void gc_flush_mark() {
 				if( (int_val)t == 0xDDDDDDDD ) continue;
 #				endif
 #			endif
-			if( t && t->kind != HFUN && t->mark_bits ) {
+			if( t && t->mark_bits && t->kind != HFUN ) {
 				mark_bits = t->mark_bits;
 				block++;
 				pos++;