Search
lxdream.org :: lxdream/src/x86dasm/x86dasm.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/x86dasm.c
changeset 1094:d2324eb67223
prev1092:7c4ffe27e7b5
author nkeynes
date Thu Feb 23 15:24:47 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Check for existence of glDrawBuffer (assuming that glReadBuffer will
follow). Note only need to guard the common code in gl_fbo.c
file annotate diff log raw
1.1 --- a/src/x86dasm/x86dasm.c Sun Dec 20 21:01:03 2009 +1000
1.2 +++ b/src/x86dasm/x86dasm.c Thu Feb 23 15:24:47 2012 +1000
1.3 @@ -105,7 +105,7 @@
1.4 }
1.5 }
1.6
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 )
1.9 {
1.10 const char *sym = x86_find_symbol(disp, NULL);
1.11 if( sym != NULL ) {
.