summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index c1951a88..f6cc8975 100644
--- a/lib.h
+++ b/lib.h
@@ -94,7 +94,8 @@ typedef unsigned char mem_t;
#if CONFIG_GEN_GC
#define obj_common \
type_t type : PTR_BIT/2; \
- int gen : PTR_BIT/2
+ unsigned fincount : PTR_BIT/4; \
+ int gen : PTR_BIT/4;
#else
#define obj_common \
type_t type