1.1 --- a/src/x86dasm/x86dasm.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/x86dasm/x86dasm.h Sun Dec 14 06:36:49 2008 +0000
1.4 void x86_disasm_block( FILE *out, void *block, uint32_t len );
1.5 void x86_set_symtab( x86_symbol *symtab, int num_symbols );
1.6 void x86_disasm_init(unsigned char *buf, uintptr_t vma, int buflen);
1.7 -uint32_t x86_disasm_instruction( uintptr_t pc, char *buf, int len, char *opcode );
1.8 +uintptr_t x86_disasm_instruction( uintptr_t pc, char *buf, int len, char *opcode );