Skip to content

Fix double alignment on 32bits machines with strict constraints

Matthieu Herrb requested to merge mherrb/libxi:fix-double-alignment into master

On m88k, the memory area for 'double' should be 8-byte aligned. Fixes among others xeyes on OpenBSD/m88k.

Merge request reports