HomeFreeBSD

Use 4 byte stack alignment instead of 8 byte.

Description

Use 4 byte stack alignment instead of 8 byte.

This was an old bug prior to r355373 and mostly harmless as it would
waste at most a handful of bytes on the stack.

Details