Move interrupt emulation code from INSTR_EmulateInstruction to winedos
commiteca6182749ad232636d249e8a2aa9a67db349269
authorJukka Heinonen <jhei@iki.fi>
Wed, 23 Oct 2002 22:24:10 +0000 (23 22:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Oct 2002 22:24:10 +0000 (23 22:24 +0000)
treef5195c7377367e4e13c32de9a6e3a1f59f109f08
parent5a1ede3345a6c93115312bb11368b6a01ea5d529
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.
dlls/winedos/Makefile.in
dlls/winedos/dosexe.h
dlls/winedos/dosvm.c
dlls/winedos/int31.c
dlls/winedos/interrupts.c [new file with mode: 0644]
dlls/winedos/module.c
dlls/winedos/winedos.spec
include/callback.h
include/miscemu.h
memory/instr.c
msdos/dpmi.c