--- a/src/sh4/sh4dasm.h Sun Dec 11 05:15:36 2005 +0000 +++ b/src/sh4/sh4dasm.h Mon Dec 12 10:37:41 2005 +0000 @@ -9,10 +9,10 @@ #include -uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len ); +uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * ); void sh4_disasm_region( FILE *f, int from, int to, int load_addr ); -extern struct cpu_desc_struct sh4_cpu_desc; +extern const struct cpu_desc_struct sh4_cpu_desc; #ifdef __cplusplus }