Fixed PC when faulting on INT3. Screamtracker now works with EMM386 loaded.
This commit is contained in:
parent
f48b0cf7b8
commit
778c8f5fee
1 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
static int opINT3(uint32_t fetchdat)
|
||||
{
|
||||
oldpc = pc;
|
||||
//fatal("INT3\n");
|
||||
if ((cr0 & 1) && (eflags & VM_FLAG) && (IOPL != 3))
|
||||
{
|
||||
x86gpf(NULL,0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue