ChangeSet ID: 9104 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/08/25 18:48:30
Modified files: tools/winebuild: relay.c memory : instr.c dlls/kernel : wowthunk.c
Log message: Moved selector fixup for the relay code to the callto16 exception handler. Make sure to only use pop instructions to modify segment registers in the relay code to simplify the selector fixup.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9104
Old revision New revision Changes Path 1.27 1.28 +23 -21 wine/tools/winebuild/relay.c 1.25 1.26 +0 -12 wine/memory/instr.c 1.34 1.35 +77 -19 wine/dlls/kernel/wowthunk.c