You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_size_ will bound _fields_ & _offsets_ to be at most, >= _size_, while also ensuring that the structures size in memory is respected so that if the fields defined are less than _size_ (in bytes) the subsequent associated reads are starting at _size_. i.e.
_size_
will bound_fields_
&_offsets_
to be at most, >=_size_
, while also ensuring that the structures size in memory is respected so that if the fields defined are less than_size_
(in bytes) the subsequent associated reads are starting at_size_
. i.e.The field
num
should be at offset0x4
of the structureTest
, instead of0x2
.The text was updated successfully, but these errors were encountered: