Applied the fix to the optional 486 implementation as well.
This commit is contained in:
@@ -341,7 +341,7 @@ block_ended:
|
||||
}
|
||||
}
|
||||
|
||||
if (!x86_was_reset && ins_fetch_fault)
|
||||
if (is386 && !x86_was_reset && ins_fetch_fault)
|
||||
x86gen();
|
||||
} else if (new_ne) {
|
||||
flags_rebuild();
|
||||
|
||||
Reference in New Issue
Block a user