mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 08:26:52 +00:00
We had two different mechanisms to force a recheck of the tlb. Before TLB_RECHECK was introduced, we had a PAGE_WRITE_INV bit that would immediate set TLB_INVALID_MASK, which automatically means that a second check of the tlb entry fails. We can use the same mechanism to handle small pages. Conserve TLB_* bits by removing TLB_RECHECK. Backports commit 30d7e098d5c38644359820317fcf72e3e129ec53 from qemu |
||
---|---|---|
.. | ||
tcg | ||
Makefile.objs |