Removed mmu_invalidate().

This commit is contained in:
OBattler
2023-06-11 22:07:32 +02:00
parent a62b484a81
commit f4c59e907d
4 changed files with 3 additions and 10 deletions

View File

@@ -461,7 +461,7 @@ op0F01_common(uint32_t fetchdat, int is32, int is286, int ea32)
break;
}
SEG_CHECK_READ(cpu_state.ea_seg);
mmu_invalidate(ds + cpu_state.eaaddr);
flushmmucache_cr3();
CLOCK_CYCLES(12);
PREFETCH_RUN(12, 2, rmdat, 0, 0, 0, 0, ea32);
break;