aboutsummaryrefslogtreecommitdiffstats
path: root/disas.h
diff options
context:
space:
mode:
Diffstat (limited to 'disas.h')
-rw-r--r--disas.h8
1 files changed, 1 insertions, 7 deletions
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);