From: Hu Tao Date: Wed, 15 May 2013 06:04:29 +0000 (+0800) Subject: target-moxie: replace target_phys_addr_t with hwaddr X-Git-Tag: v1.6.0-rc0~294^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d2ad50210b35c2685640f7df931a0fccb49334f7;p=qemu.git target-moxie: replace target_phys_addr_t with hwaddr target_phys_addr_t has been already replaced by hwaddr, but this one is introduced after. Signed-off-by: Hu Tao Reviewed-by: Peter Maydell Signed-off-by: Michael Tokarev --- diff --git a/target-moxie/helper.c b/target-moxie/helper.c index 6e0ac2aa2..5cfe889ad 100644 --- a/target-moxie/helper.c +++ b/target-moxie/helper.c @@ -116,7 +116,7 @@ int cpu_moxie_handle_mmu_fault(CPUMoxieState *env, target_ulong address, return 1; } -target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr) +hwaddr cpu_get_phys_page_debug(CPUState *env, target_ulong addr) { return addr; }