Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 11:0a82ef380c45
prev10:c898b37506e0
next30:89b30313d757
author nkeynes
date Mon Dec 12 13:11:11 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Add dreamcast_module module structure
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Sun Dec 11 05:15:36 2005 +0000
1.2 +++ b/src/sh4/sh4dasm.h Mon Dec 12 13:11:11 2005 +0000
1.3 @@ -9,10 +9,10 @@
1.4
1.5 #include <stdio.h>
1.6
1.7 -uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len );
1.8 +uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
1.9 void sh4_disasm_region( FILE *f, int from, int to, int load_addr );
1.10
1.11 -extern struct cpu_desc_struct sh4_cpu_desc;
1.12 +extern const struct cpu_desc_struct sh4_cpu_desc;
1.13
1.14 #ifdef __cplusplus
1.15 }
.