filename | src/sh4/sh4dasm.h |
changeset | 569:a1c49e1e8776 |
prev | 561:533f6b478071 |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Fri Jan 04 11:54:17 2008 +0000 (13 years ago) |
branch | lxdream-mmu |
permissions | -rw-r--r-- |
last change | Bring icache partially into line with the mmu, a little less slow with AT off now. |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4dasm.h Tue Jan 01 05:08:38 2008 +00001.2 +++ b/src/sh4/sh4dasm.h Fri Jan 04 11:54:17 2008 +00001.3 @@ -28,7 +28,7 @@1.4 #include <stdio.h>1.6 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );1.7 -void sh4_disasm_region( const gchar *filename, int from, int to );1.8 +void sh4_disasm_region( FILE *f, int from, int to );1.10 extern const struct cpu_desc_struct sh4_cpu_desc;
.