Re: [PATCH 08/13] target/mips: Let do_translate_address() take MMUAccessType argument

2021-02-01 Thread Jiaxun Yang
在 2021/1/28 下午10:41, Philippe Mathieu-Daudé 写道: The single caller, HELPER_LD_ATOMIC(), passes MMUAccessType to do_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 ---

[PATCH 08/13] target/mips: Let do_translate_address() take MMUAccessType argument

2021-01-28 Thread Philippe Mathieu-Daudé
The single caller, HELPER_LD_ATOMIC(), passes MMUAccessType to do_translate_address(). Let the prototype use it as argument, as it is stricter than an integer. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/op_helper.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff