target/hppa: Add MemOp argument to hppa_get_physical_address
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Oct 2024 11:57:37 +0000 (04:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 13 Oct 2024 18:27:05 +0000 (11:27 -0700)
commit4e6939c9344cd99059571c51457d7f024d1572de
treed1bb68f871dfbbd2c682253bee7901b0604327f4
parent795592fef7d5d66a67b95a7f45cc1a84883db6a8
target/hppa: Add MemOp argument to hppa_get_physical_address

Just add the argument, unused at this point.
Zero is the safe do-nothing value for all callers.

Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/int_helper.c
target/hppa/mem_helper.c
target/hppa/op_helper.c