Re: [PATCH 10/13] target/mips: Let raise_mmu_exception() take MMUAccessType argument

2021-02-01 Thread Jiaxun Yang
在 2021/1/28 下午10:41, Philippe Mathieu-Daudé 写道: Both mips_cpu_tlb_fill() and cpu_mips_translate_address() pass MMUAccessType to raise_mmu_exception(). Let the prototype use it as argument, as it is stricter than an integer. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Jiaxun Yang

[PATCH 10/13] target/mips: Let raise_mmu_exception() take MMUAccessType argument

2021-01-28 Thread Philippe Mathieu-Daudé
Both mips_cpu_tlb_fill() and cpu_mips_translate_address() pass MMUAccessType to raise_mmu_exception(). Let the prototype use it as argument, as it is stricter than an integer. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tlb_helper.c | 10 +- 1 file changed, 5 insertions(+), 5