Alexandre Julliard : server: Store a machine ID instead of a CPU in the context structure.

Alexandre Julliard julliard at winehq.org
Tue Apr 27 16:08:58 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr 27 10:40:53 2021 +0200

server: Store a machine ID instead of a CPU in the context structure.

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

---

 dlls/ntdll/unix/signal_arm.c    |  4 ++--
 dlls/ntdll/unix/signal_arm64.c  |  4 ++--
 dlls/ntdll/unix/signal_i386.c   |  4 ++--
 dlls/ntdll/unix/signal_x86_64.c |  6 +++---
 dlls/ntdll/unix/thread.c        |  4 ++--
 include/wine/server_protocol.h  |  4 ++--
 server/protocol.def             |  2 +-
 server/ptrace.c                 | 12 ++++++------
 server/thread.c                 | 40 +++++++++++++++++++++-------------------
 server/trace.c                  | 19 ++++++++++++-------
 10 files changed, 53 insertions(+), 46 deletions(-)

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



More information about the wine-cvs mailing list