--- a/src/x86dasm/x86dasm.c Sun Dec 20 21:01:03 2009 +1000 +++ b/src/x86dasm/x86dasm.c Thu Feb 23 15:24:47 2012 +1000 @@ -105,7 +105,7 @@ } } -void x86_print_symbolic_operand( char *buf, int hex, unsigned int disp ) +void x86_print_symbolic_operand( char *buf, int hex, uintptr_t disp ) { const char *sym = x86_find_symbol(disp, NULL); if( sym != NULL ) {