Applied the fix to the optional 486 implementation as well.

This commit is contained in:
OBattler
2025-03-17 00:07:41 +01:00
parent 52a16529dc
commit dd4e493f64
2 changed files with 20 additions and 27 deletions

View File

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