[Bug 27680] Multiple 64-bit applications crash on startup (violation of the Windows 64-bit ABI, stack pointer (RSP) must be 16-byte aligned when making a call to Win64 API)
wine-bugs at winehq.org
wine-bugs at winehq.org
Wed Oct 7 09:22:59 CDT 2015
https://bugs.winehq.org/show_bug.cgi?id=27680
--- Comment #32 from Justas L <bucaneer at gmail.com> ---
Another correction: I was mistakenly assuming that the WINAPI define always
included force_align_arg_pointer attribute, whereas it was only true for the
32bit target. Adding force_align_arg_pointer on 64bit as well fixes the bug
(the 4 testcases mentioned before) without the use of
-mincoming-stack-boundary=3.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
More information about the wine-bugs
mailing list