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);