]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-xtensa/helper.c
Rename target_phys_addr_t to hwaddr
[mirror_qemu.git] / target-xtensa / helper.c
index d5bb171fcd9aa776eaf5c4d10d001352a7794ade..d94bae210d438f96de72ac8b7c58e0d398f17266 100644 (file)
@@ -118,7 +118,7 @@ void xtensa_cpu_list(FILE *f, fprintf_function cpu_fprintf)
     }
 }
 
-target_phys_addr_t cpu_get_phys_page_debug(CPUXtensaState *env, target_ulong addr)
+hwaddr cpu_get_phys_page_debug(CPUXtensaState *env, target_ulong addr)
 {
     uint32_t paddr;
     uint32_t page_size;