Mark some exceptions (mainly v86 related) as 'expected', meaning they
won't cause a code block deletion. This speeds up some v86 code due to a reduction in code block churning.
This commit is contained in:
parent
5a94c78cbb
commit
cccaf86fd3
7 changed files with 39 additions and 13 deletions
|
|
@ -59,7 +59,7 @@ static int opINT(uint32_t fetchdat)
|
|||
}
|
||||
}
|
||||
}
|
||||
x86gpf(NULL,0);
|
||||
x86gpf_expected(NULL,0);
|
||||
return 1;
|
||||
}
|
||||
// /*if (temp == 0x10 && AH == 0xe) */pclog("INT %02X : %04X %04X %04X %04X %c %04X:%04X\n", temp, AX, BX, CX, DX, (AL < 32) ? ' ' : AL, CS, pc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue