--- trunk/src/cpus/cpu_sh_instr.c 2007/10/08 16:19:37 22 +++ trunk/src/cpus/cpu_sh_instr.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_sh_instr.c,v 1.5 2006/02/09 22:40:27 debug Exp $ + * $Id: cpu_sh_instr.c,v 1.7 2006/02/24 01:20:36 debug Exp $ * * SH instructions. * @@ -80,9 +80,6 @@ uint32_t iword; unsigned char *page; unsigned char ib[4]; -#ifdef DYNTRANS_BACKEND - int simple = 0; -#endif int main_opcode, instr_size = 4; /* void (*samepage_function)(struct cpu *, struct sh_instr_call *);*/ @@ -138,11 +135,12 @@ main_opcode = iword >> 26; +#if 0 switch (main_opcode) { default:goto bad; } - +#endif #define DYNTRANS_TO_BE_TRANSLATED_TAIL #include "cpu_dyntrans.c"