]> git.proxmox.com Git - qemu.git/blobdiff - disas.h
removed duplicated option
[qemu.git] / disas.h
diff --git a/disas.h b/disas.h
index b7db4782964544d5def5ab495a707080f7ec67e3..c4a251ff8f0c2b7a9b42d9ce04962eb75c8019e0 100644 (file)
--- a/disas.h
+++ b/disas.h
@@ -1,14 +1,9 @@
 #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);
+void monitor_disas(target_ulong pc, int nb_insn, int is_physical, int flags);
 
 /* Look up symbol for debugging purpose.  Returns "" if unknown. */
 const char *lookup_symbol(void *orig_addr);