--- trunk/src/cpus/memory_mips.c 2007/10/08 16:19:28 21 +++ trunk/src/cpus/memory_mips.c 2007/10/08 16:19:37 22 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: memory_mips.c,v 1.1 2005/08/29 14:36:42 debug Exp $ + * $Id: memory_mips.c,v 1.2 2005/11/30 16:23:09 debug Exp $ * * MIPS-specific memory routines. Included from cpu_mips.c. */ @@ -370,9 +370,12 @@ #include "memory_mips_v2p.c" +#ifndef EXPERIMENTAL_NEWMIPS + #define MEMORY_RW mips_memory_rw #define MEM_MIPS #include "../memory_rw.c" #undef MEM_MIPS #undef MEMORY_RW +#endif