Revision 47b01cf3 disas.h

b/disas.h
8 8
void disas(FILE *out, void *code, unsigned long size);
9 9
void target_disas(FILE *out, target_ulong code, target_ulong size, int flags);
10 10

  
11
/* The usual mess... FIXME: Remove this condition once dyngen-exec.h is gone */
12
#ifndef __DYNGEN_EXEC_H__
13 11
void monitor_disas(Monitor *mon, CPUState *env,
14 12
                   target_ulong pc, int nb_insn, int is_physical, int flags);
15
#endif
16 13

  
17 14
/* Look up symbol for debugging purpose.  Returns "" if unknown. */
18 15
const char *lookup_symbol(target_ulong orig_addr);

Also available in: Unified diff