Search
lxdream.org :: lxdream/src/sh4/sh4dasm.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.h
changeset 998:1754a8c6a9cf
prev736:a02d1475ccfd
next1065:bc1cc0c54917
author nkeynes
date Sat Jun 13 07:12:51 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Load plugins from the directory containing the executable first if they're there -
simplifies development testing.
Add dummy plugin for easy identification of the plugin directory
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/sh4/sh4dasm.h Sat Jun 13 07:12:51 2009 +0000
1.3 @@ -30,8 +30,6 @@
1.4 uint32_t sh4_disasm_instruction( uint32_t pc, char *buf, int len, char * );
1.5 void sh4_disasm_region( FILE *f, int from, int to );
1.6
1.7 -extern const struct cpu_desc_struct sh4_cpu_desc;
1.8 -
1.9 #ifdef __cplusplus
1.10 }
1.11 #endif
.