]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/elf_ops.h
Revert "Get rid of _t suffix"
[mirror_qemu.git] / hw / elf_ops.h
index 7eac22552bdb6758059720d027c9d378572f1aa0..8376465a1095b3257fcca4d81ee516653b62d160 100644 (file)
@@ -74,7 +74,7 @@ static int glue(symfind, SZ)(const void *s0, const void *s1)
 }
 
 static const char *glue(lookup_symbol, SZ)(struct syminfo *s,
-                                           a_target_phys_addr orig_addr)
+                                           target_phys_addr_t orig_addr)
 {
     struct elf_sym *syms = glue(s->disas_symtab.elf, SZ);
     struct elf_sym key;