Fix a minor bug in cpu/386.c.
This commit is contained in:
@@ -308,8 +308,7 @@ exec386_2386(int32_t cycs)
|
||||
cpu_flush_pending++;
|
||||
else if (cpu_flush_pending == 2) {
|
||||
cpu_flush_pending = 0;
|
||||
cr0 ^= 0x80000000;
|
||||
flushmmucache();
|
||||
flushmmucache_pc();
|
||||
}
|
||||
|
||||
if (cpu_end_block_after_ins)
|
||||
|
Reference in New Issue
Block a user