From 95cbfc643dd8e0c4dd3690fbbbbc20f2a8af5998 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 15 Jun 2003 19:44:10 +0000 Subject: changed disas() prototype for multi target support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@233 c046a42c-6fe2-441c-8c8c-71466251a162 --- disas.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'disas.h') diff --git a/disas.h b/disas.h index b7db47829..916b1357a 100644 --- a/disas.h +++ b/disas.h @@ -1,14 +1,8 @@ #ifndef _QEMU_DISAS_H #define _QEMU_DISAS_H -enum disas_type { - DISAS_I386_I386, - DISAS_I386_I8086, - DISAS_TARGET, /* whatever host is. */ -}; - /* Disassemble this for me please... (debugging). */ -void disas(FILE *out, void *code, unsigned long size, enum disas_type type); +void disas(FILE *out, void *code, unsigned long size, int is_host, int flags); /* Look up symbol for debugging purpose. Returns "" if unknown. */ const char *lookup_symbol(void *orig_addr); -- cgit v1.2.3