Re: [PATCH 09/13] target/mips: Let cpu_mips_translate_address() take MMUAccessType arg

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

[PATCH 09/13] target/mips: Let cpu_mips_translate_address() take MMUAccessType arg

2021-01-28 Thread Philippe Mathieu-Daudé
The single caller, do_translate_address(), passes MMUAccessType to cpu_mips_translate_address(). Let the prototype use it as argument, as it is stricter than an integer. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/internal.h | 2 +- target/mips/tlb_helper.c | 6 +++--- 2 files change