mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-10-28 01:47:55 +00:00
We are failing to take into account that tlb_fill() can cause a
TLB resize, which renders prior TLB entry pointers/indices stale.
Fix it by re-doing the TLB entry lookups immediately after tlb_fill.
Fixes: 86e1eff8bc ("tcg: introduce dynamic TLB sizing", 2019-01-28)
Backports commit 6d967cb86d5b4a60ba15b497126b621ce9ca6609 from qemu
|
||
|---|---|---|
| .. | ||
| tcg | ||
| Makefile.objs | ||