[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:29:18 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=27680

--- Comment #33 from Justas L <bucaneer at gmail.com> ---
Created attachment 52511
  --> https://bugs.winehq.org/attachment.cgi?id=52511
use force_align_arg_pointer in WINAPI on x86_64

This patch fixes the bug in conjunction with patched gcc. With unpatched gcc,
it does nothing (because force_align_arg_pointer is not rejected, but merely
non-functional on x86_64 prior to the patch).

-- 
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