]> git.proxmox.com Git - qemu.git/blobdiff - target-microblaze/op_helper.c
Rename target_phys_addr_t to hwaddr
[qemu.git] / target-microblaze / op_helper.c
index c9789f44c7177ce26d47f59f91c23d4dd2a493f4..210296b30b62250a56ee43d33f0c2b8c662e321a 100644 (file)
@@ -501,7 +501,7 @@ void helper_mmu_write(CPUMBState *env, uint32_t rn, uint32_t v)
     mmu_write(env, rn, v);
 }
 
-void cpu_unassigned_access(CPUMBState *env, target_phys_addr_t addr,
+void cpu_unassigned_access(CPUMBState *env, hwaddr addr,
                            int is_write, int is_exec, int is_asi, int size)
 {
     qemu_log_mask(CPU_LOG_INT, "Unassigned " TARGET_FMT_plx " wr=%d exe=%d\n",