mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 16:05:34 +00:00
9743787d0f
The pattern ARMMMUIdx mmu_idx = core_to_arm_mmu_idx(env, cpu_mmu_index(env, false)); is computing the full ARMMMUIdx, stripping off the ARM bits, and then putting them back. Avoid the extra two steps with the appropriate helper function. Backports commit 50494a279dab22a015aba9501a94fcc3cd52140e from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |