Alexandre Julliard : ntdll: Add an assembly wrapper to return correct values for the current thread in NtGetContextThread.
Module: wine Branch: master Commit: 1c4990518269a570476b76c02d11c98808f61b93 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c4990518269a570476b76c02d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jul 24 10:33:53 2017 +0200 ntdll: Add an assembly wrapper to return correct values for the current thread in NtGetContextThread. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/ntdll.spec | 4 +- dlls/ntdll/signal_i386.c | 128 ++++++++++++++++++++++--------------------- dlls/ntdll/tests/exception.c | 91 ++++++++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 63 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c4990518269a570476b76...
participants (1)
-
Alexandre Julliard