Search
lxdream.org :: lxdream/src/x86dasm/x86dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/x86dasm.h
changeset 1094:d2324eb67223
prev1091:186558374345
author nkeynes
date Thu Feb 23 20:16:37 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Merge emu sign-extension fix to top
file annotate diff log raw
1.1 --- a/src/x86dasm/x86dasm.h Tue Dec 15 08:46:37 2009 +1000
1.2 +++ b/src/x86dasm/x86dasm.h Thu Feb 23 20:16:37 2012 +1000
1.3 @@ -31,4 +31,4 @@
1.4 void x86_set_symtab( x86_symbol *symtab, int num_symbols );
1.5 void x86_disasm_init();
1.6 uintptr_t x86_disasm_instruction( uintptr_t pc, char *buf, int len, char *opcode );
1.7 -void x86_print_symbolic_operand( char *buf, int hex, unsigned int disp );
1.8 +void x86_print_symbolic_operand( char *buf, int hex, uintptr_t disp );
.