ntdll: Store the syscall table in the syscall frame on all platforms.
commit847db3c1d3f5444808814cbea8f2920b16a96fcb
authorAlexandre Julliard <julliard@winehq.org>
Wed, 25 Aug 2021 13:15:01 +0000 (25 15:15 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Aug 2021 08:47:38 +0000 (26 10:47 +0200)
tree9137fa059e0fa35eb801295d5ef07338914ce68f
parent77f5e2963f769bbebd9f95fcb743af290a40ff06
ntdll: Store the syscall table in the syscall frame on all platforms.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/loader.c
dlls/ntdll/unix/signal_arm.c
dlls/ntdll/unix/signal_arm64.c
dlls/ntdll/unix/signal_i386.c
dlls/ntdll/unix/signal_x86_64.c
include/wine/unixlib.h
include/winternl.h
tools/winebuild/import.c