]> Git Repo - qemu.git/blobdiff - disas.h
block/bochs.c: fix warning with _FORTIFY_SOURCE
[qemu.git] / disas.h
diff --git a/disas.h b/disas.h
index 9b630832c8e4b954c0b182b20b113a5071b97af1..06abab21ebc6032763747b1d06c62aa24fde7cd2 100644 (file)
--- a/disas.h
+++ b/disas.h
@@ -22,7 +22,7 @@ struct syminfo;
 struct elf32_sym;
 struct elf64_sym;
 
-typedef const char *(*lookup_symbol_t)(struct syminfo *s, a_target_phys_addr orig_addr);
+typedef const char *(*lookup_symbol_t)(struct syminfo *s, target_phys_addr_t orig_addr);
 
 struct syminfo {
     lookup_symbol_t lookup_symbol;
This page took 0.022983 seconds and 4 git commands to generate.