ChangeSet ID: 7636 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/24 18:36:16
Modified files: tools/winebuild: relay.c scheduler : sysdeps.c dlls/ntdll : signal_i386.c
Log message: Store %gs in the TEB on every call to 16-bit code, and don't restore it from the TEB for signals that did not happen in 16-bit code.
Patch: http://cvs.winehq.com/patch.py?id=7636
Old revision New revision Changes Path 1.24 1.25 +6 -1 wine/tools/winebuild/relay.c 1.58 1.59 +0 -1 wine/scheduler/sysdeps.c 1.55 1.56 +35 -23 wine/dlls/ntdll/signal_i386.c