On 7/29/25 17:01, Bibo Mao wrote:
Replace target_ulong type with vaddr in function get_physical_address() and the same with its calling functions.Signed-off-by: Bibo Mao<maob...@loongson.cn> --- target/loongarch/cpu-mmu.h | 2 +- target/loongarch/cpu_helper.c | 9 ++++----- target/loongarch/tcg/tlb_helper.c | 11 ++++++----- 3 files changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~