From 86f756acf22f7cc30d9b5e9833ee28ea920cc185 Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Mon, 15 May 2017 23:16:59 +0800 Subject: [PATCH] :1 --- core/my_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/my_basic.c b/core/my_basic.c index b26ff14..3014cf5 100755 --- a/core/my_basic.c +++ b/core/my_basic.c @@ -393,7 +393,7 @@ typedef struct _gc_t { _ht_node_t* collected_table; _ht_node_t* valid_table; unsigned char collecting; - bool_t enabled_collecting; + bool_t enabled_collecting _PACK1; } _gc_t; typedef struct _calculation_operator_info_t {