From 99a0949b720a0936da2052cb9a46db04ffc6db29 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 1 Oct 2009 22:20:47 +0400 Subject: Get rid of _t suffix Some not so obvious bits, slirp and Xen were left alone for the time being. Signed-off-by: malc --- disas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disas.h') diff --git a/disas.h b/disas.h index 06abab21e..9b630832c 100644 --- 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, target_phys_addr_t orig_addr); +typedef const char *(*lookup_symbol_t)(struct syminfo *s, a_target_phys_addr orig_addr); struct syminfo { lookup_symbol_t lookup_symbol; -- cgit v1.2.3