Em Fri, Dec 21, 2018 at 04:54:38PM +0000, Yonghong Song escreveu: > On 12/20/18 3:44 PM, Yonghong Song wrote: > > @@ -109,24 +109,26 @@ static void type__init(struct type *type, uint16_t tag, > > type->namespace.tag.tag = tag; > > type->namespace.name = name; > > type->namespace.sname = 0; > > + type->flag = kflag; > > Found one problem related to this. > This is not needed since type->flag is not used later. I'll ditch it, thanks. - Arnaldo