From 778c8f5feea8b508a2f827c752ccee1febcad857 Mon Sep 17 00:00:00 2001 From: TomW Date: Sat, 8 Mar 2014 16:49:29 +0000 Subject: [PATCH] Fixed PC when faulting on INT3. Screamtracker now works with EMM386 loaded. --- src/x86_ops_int.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x86_ops_int.h b/src/x86_ops_int.h index 11507ec..0ff27c7 100644 --- a/src/x86_ops_int.h +++ b/src/x86_ops_int.h @@ -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);