Do not raise CPU trap if an exception has occurred, fixes #2577.
This commit is contained in:
@@ -398,7 +398,7 @@ exec386_dynarec_int(void)
|
||||
CPU_BLOCK_END();
|
||||
}
|
||||
|
||||
if (trap) {
|
||||
if (!cpu_state.abrt && trap) {
|
||||
trap = 0;
|
||||
#ifndef USE_NEW_DYNAREC
|
||||
oldcs = CS;
|
||||
|
||||
Reference in New Issue
Block a user