unicorn/qemu/target
Richard Henderson 14d48974a4
target/mips: Convert to CPUClass::tlb_fill
Note that env->active_tc.PC is removed from the qemu_log as that value
is garbage. The PC isn't recovered until cpu_restore_state, called from
cpu_loop_exit_restore, called from do_raise_exception_err.

Backports commit 931d019f5b2e7bbacb162869497123be402ddd86 from qemu
2019-05-16 17:19:47 -04:00
..
arm target/arm: Convert to CPUClass::tlb_fill 2019-05-16 16:55:12 -04:00
i386 target/i386: Convert to CPUClass::tlb_fill 2019-05-16 17:08:14 -04:00
m68k target/m68k: Convert to CPUClass::tlb_fill 2019-05-16 17:12:41 -04:00
mips target/mips: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
riscv Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00
sparc Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00