]> git.proxmox.com Git - qemu.git/blobdiff - target-microblaze/op_helper.c
Revert "Get rid of _t suffix"
[qemu.git] / target-microblaze / op_helper.c
index 63c5225c96e149f6ecf44c1a1349a606c774b41e..ee4f6231319ddff096be4ddab83b4f704a9f7637 100644 (file)
@@ -238,7 +238,7 @@ void helper_mmu_write(uint32_t rn, uint32_t v)
 }
 #endif
 
-void do_unassigned_access(a_target_phys_addr addr, int is_write, int is_exec,
+void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec,
                           int is_asi, int size)
 {
     CPUState *saved_env;