Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Align an element inside a packed struct
The compiler issues errors when trying to get the reference of elements of packed structs since it might result in unaligned pointer values. As such we forced the elements in question to be aligned inside the struct. Signed-off-by: Miguel Silva <[email protected]>
- Loading branch information