--- trunk/src/cpus/cpu_i960_instr.c 2007/10/08 16:19:43 23 +++ trunk/src/cpus/cpu_i960_instr.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_i960_instr.c,v 1.4 2006/02/09 22:40:27 debug Exp $ + * $Id: cpu_i960_instr.c,v 1.6 2006/02/24 01:20:35 debug Exp $ * * Intel i960 instructions. * @@ -79,9 +79,6 @@ uint16_t iword; unsigned char *page; unsigned char ib[4]; -#ifdef DYNTRANS_BACKEND - int simple = 0; -#endif int main_opcode; /* void (*samepage_function)(struct cpu *, struct i960_instr_call *);*/ @@ -133,15 +130,14 @@ */ -/* TODO */ - - main_opcode = iword; +#if 0 switch (main_opcode) { default:goto bad; } +#endif #define DYNTRANS_TO_BE_TRANSLATED_TAIL