1 Feb
2023
1 Feb
'23
9:03 p.m.
On Wed Feb 1 20:58:26 2023 +0000, Zebediah Figura wrote:
Oh, I see. Maybe pshpack8.h would work? Or put a dummy 8 bytes before "block"? Not sure if it's worth it to avoid the casts, but worth considering maybe. The dummy will make it overlap the preceding block, and we want the `struct group` to be aligned like `struct block`. There's a bit of implicit about it, but I think the assert is enough.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1628#note_22689