filename | src/sh4/sh4dasm.h |
changeset | 10:c898b37506e0 |
prev | 9:2784c7660165 |
next | 11:0a82ef380c45 |
author | nkeynes |
date | Sun Dec 11 05:15:36 2005 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Add CPU disasembly options to mode dropdown Split sh4/mem.c into core mem.c and sh4/mem.c Start adding copyright comments to file headers |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4dasm.h Thu Dec 08 13:38:00 2005 +00001.2 +++ b/src/sh4/sh4dasm.h Sun Dec 11 05:15:36 2005 +00001.3 @@ -9,7 +9,7 @@1.5 #include <stdio.h>1.7 -int sh4_disasm_instruction( int pc, char *buf, int len );1.8 +uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len );1.9 void sh4_disasm_region( FILE *f, int from, int to, int load_addr );1.11 extern struct cpu_desc_struct sh4_cpu_desc;
.