On Tue Aug 22 23:51:38 2023 +0000, Zebediah Figura wrote:
Even with the current bugs in i686-w64-mingw32 around alignment, I think we shouldn't need this? The WINAPI in the API functions includes force_align_arg_pointer already, and i686-w64-mingw32 should align the stack before calling this function. Are you encountering a situation where gcc isn't properly aligning the waiter structure?
So I only added this because I observed the pointer being misaligned.