forked from EXTERNAL/bareiron

pragma pack (push, 1) forces alignment to 1-byte. While reordering the fields does help with memory accesses, it only works if the compiler can ensure 2-byte alignments for this struct.
pragma pack (push, 1) forces alignment to 1-byte. While reordering the fields does help with memory accesses, it only works if the compiler can ensure 2-byte alignments for this struct.