PCem
changeset 82:56d6d9b214ff
Fixed PC when faulting on INT3. Screamtracker now works with EMM386 loaded.
| author | TomW |
|---|---|
| date | Sat Mar 08 16:49:29 2014 +0000 |
| parents | c63d59bbff1e |
| children | a887728dc348 |
| files | src/x86_ops_int.h |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/src/x86_ops_int.h Sat Mar 08 15:10:55 2014 +0000 1.2 +++ b/src/x86_ops_int.h Sat Mar 08 16:49:29 2014 +0000 1.3 @@ -1,7 +1,5 @@ 1.4 static int opINT3(uint32_t fetchdat) 1.5 { 1.6 - oldpc = pc; 1.7 - //fatal("INT3\n"); 1.8 if ((cr0 & 1) && (eflags & VM_FLAG) && (IOPL != 3)) 1.9 { 1.10 x86gpf(NULL,0);
