--- a/src/sh4/sh4dasm.h Sun Dec 25 05:57:00 2005 +0000 +++ b/src/sh4/sh4dasm.h Sat Jan 27 12:04:22 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: sh4dasm.h,v 1.5 2005-12-25 05:57:00 nkeynes Exp $ + * $Id: sh4dasm.h,v 1.6 2006-01-01 08:08:40 nkeynes Exp $ * * SH4 CPU definition and disassembly function declarations * @@ -28,7 +28,7 @@ #include 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 ); +void sh4_disasm_region( const gchar *filename, int from, int to ); extern const struct cpu_desc_struct sh4_cpu_desc;