unicorn/qemu/target
Richard Henderson 49cb8cfe5b
target/mips: Tidy control flow in mips_cpu_handle_mmu_fault
Since the only non-negative TLBRET_* value is TLBRET_MATCH,
the subsequent test for ret < 0 is useless. Use early return
to allow subsequent blocks to be unindented.

Backports commit e38f4eb63020075432cb77bf48398187809cf4a3 from qemu
2019-05-16 17:15:33 -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: Tidy control flow in mips_cpu_handle_mmu_fault 2019-05-16 17:15:33 -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