islet-project/islet

autopadding: Cannot cover struct type with a field in the struct

bitboom opened this issue · 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,
}
);