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 {