Align nemesis payload: union approach
Drop payload into a union paired with a double, and payload will end up
double-aligned. Can't use an anonymous union, though: that's c11.
named-union requires updating any place that used payload. There aren't too
many, though.
Signed-off-by:
Pavan Balaji <balaji@mcs.anl.gov>
Please register or sign in to comment