https://bugs.winehq.org/show_bug.cgi?id=27680
--- Comment #23 from Alexandre Julliard julliard@winehq.org --- (In reply to Anastasius Focht from comment #22)
But alas, it's up to Alexandre to introduce the rather drastic (in my opinion) measure of realigning the stack on Win64. Those apps violate the Win64 ABI and "magically" fixing this might hide even more mess, making analysis harder.
I wouldn't mind too much enabling force_align_arg_pointer, but AFAICT gcc doesn't support this on x86_64.