Module: wine
Branch: master
Commit: 50ac25554c8ecc799d5e94addb748cad503170ea
URL: https://gitlab.winehq.org/wine/wine/-/commit/50ac25554c8ecc799d5e94addb748c…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jun 1 12:06:56 2023 +0200
ntdll: Don't pass arguments on the stack for user callbacks on x86-64.
And convert to the sysv ABI.
---
dlls/ntdll/unix/signal_x86_64.c | 136 ++++++++++++++--------------------------
1 file changed, 48 insertions(+), 88 deletions(-)