bitboom opened this issue 7 months ago · 0 comments
Currently autopadding cannot cover struct type with a field in the struct below:
pad_struct_and_impl_default!( pub struct Run { 0x0 entry: Entry, 0x800 exit: Exit, } );