Fix a minor bug in cpu/386.c.

This commit is contained in:
OBattler
2024-08-29 01:31:09 +02:00
parent f19a5447be
commit d594f33cad

View File

@@ -308,8 +308,7 @@ exec386_2386(int32_t cycs)
cpu_flush_pending++; cpu_flush_pending++;
else if (cpu_flush_pending == 2) { else if (cpu_flush_pending == 2) {
cpu_flush_pending = 0; cpu_flush_pending = 0;
cr0 ^= 0x80000000; flushmmucache_pc();
flushmmucache();
} }
if (cpu_end_block_after_ins) if (cpu_end_block_after_ins)