Alexandre Julliard : ntdll: Store the syscall table in the syscall frame on all platforms.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:30 CDT 2021


Module: wine
Branch: master
Commit: 847db3c1d3f5444808814cbea8f2920b16a96fcb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=847db3c1d3f5444808814cbea8f2920b16a96fcb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Aug 25 15:15:01 2021 +0200

ntdll: Store the syscall table in the syscall frame on all platforms.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/loader.c        |   6 ++
 dlls/ntdll/unix/signal_arm.c    |  10 ++-
 dlls/ntdll/unix/signal_arm64.c  |  14 +++--
 dlls/ntdll/unix/signal_i386.c   |  51 ++++++++--------
 dlls/ntdll/unix/signal_x86_64.c |   7 ++-
 include/wine/unixlib.h          |   2 +
 include/winternl.h              |   8 +++
 tools/winebuild/import.c        | 131 ++++++++++++++++++----------------------
 8 files changed, 122 insertions(+), 107 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=847db3c1d3f5444808814cbea8f2920b16a96fcb



More information about the wine-cvs mailing list