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 Fri Mar 02 23:49:10 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Android WIP:
* Rename gui_jni.c to gui_android.c - now quite android specific.
* Implement generic EGL driver with very minimal Java wrapper
* Run emulation in separate thread, and implement simple queue for
inter-thread communication.
* Add menu/action-bar items for start + reset
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 Fri Mar 02 23:49:10 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 );
.