ChangeSet ID: 5962 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/23 17:24:11
Modified files: msdos : dpmi.c memory : instr.c include : miscemu.h callback.h dlls/winedos : winedos.spec module.c int31.c dosvm.c dosexe.h Makefile.in Added files: dlls/winedos : interrupts.c
Log message: Jukka Heinonen jhei@iki.fi Move interrupt emulation code from INSTR_EmulateInstruction to winedos dll. Make CTX_SEG_OFF_TO_LIN work with 32-bit segmented pointers common in DPMI32. Fix winedos initialization so that DOSMEM_Init(TRUE) is only called when DOS executable is started.
Patch: http://cvs.winehq.com/patch.py?id=5962
Old revision New revision Changes Path 1.68 1.69 +1 -0 wine/msdos/dpmi.c 1.18 1.19 +8 -27 wine/memory/instr.c 1.54 1.55 +13 -6 wine/include/miscemu.h 1.48 1.49 +1 -0 wine/include/callback.h 1.11 1.12 +1 -0 wine/dlls/winedos/winedos.spec 1.24 1.25 +1 -0 wine/dlls/winedos/module.c 1.8 1.9 +11 -0 wine/dlls/winedos/int31.c 1.25 1.26 +0 -4 wine/dlls/winedos/dosvm.c 1.10 1.11 +1 -0 wine/dlls/winedos/dosexe.h 1.14 1.15 +1 -0 wine/dlls/winedos/Makefile.in Added 1.1 +0 -0 wine/dlls/winedos/interrupts.c