--- trunk/src/cpus/cpu_dyntrans.c 2007/10/08 16:21:53 38 +++ trunk/src/cpus/cpu_dyntrans.c 2007/10/08 16:22:11 40 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: cpu_dyntrans.c,v 1.145 2007/04/10 17:26:20 debug Exp $ + * $Id: cpu_dyntrans.c,v 1.147 2007/04/19 15:18:16 debug Exp $ * * Common dyntrans routines. Included from cpu_*.c. */ @@ -463,8 +463,8 @@ #if defined(DYNTRANS_ALPHA) || defined(DYNTRANS_SPARC) 6 #else -#ifdef DYNTRANS_SH - 8 /* Both for 32-bit and 64-bit SuperH */ +#if defined(DYNTRANS_SH) || defined(DYNTRANS_M88K) + 8 /* Both for 32-bit and 64-bit SuperH, and M88K */ #else 4 /* Default value for most archs */ #endif @@ -500,12 +500,12 @@ they go downwards, ie. 22,23 and so on */ r[24 #endif -#ifdef DYNTRANS_M68K - d[0 /* TODO */ -#endif #ifdef DYNTRANS_MIPS gpr[MIPS_GPR_A0 #endif +#ifdef DYNTRANS_M88K + r[2 /* r2..r9 */ +#endif #ifdef DYNTRANS_PPC gpr[3 #endif