Closed bouk closed 1 year ago
This is to resolve 0 length on architectures where size_of<usize> != size_of<u64>, which causes padding to be added so the struct is aligned.
size_of<usize> != size_of<u64>
Fixes #33
cc @QuinnWilton @anderslanglands
Thanks for the fix!
This is to resolve 0 length on architectures where
size_of<usize> != size_of<u64>
, which causes padding to be added so the struct is aligned.Fixes #33
cc @QuinnWilton @anderslanglands