Module: wine Branch: master Commit: 7ae488a2bb58501684c6475d4942277b852475fc URL: https://gitlab.winehq.org/wine/wine/-/commit/7ae488a2bb58501684c6475d4942277...
Author: Paul Gofman pgofman@codeweavers.com Date: Wed Jan 31 16:12:58 2024 -0600
ntdll: Don't hardcode xstate size in syscall frame.
---
dlls/ntdll/unix/signal_i386.c | 53 ++++++++++---------- dlls/ntdll/unix/signal_x86_64.c | 104 ++++++++++++++++++++++++---------------- dlls/ntdll/unix/system.c | 21 ++++++++ dlls/ntdll/unix/unix_private.h | 3 ++ include/winnt.h | 8 ++++ 5 files changed, 123 insertions(+), 66 deletions(-)