--- upstream/dynamips-0.2.5/memory.c 2007/10/06 16:01:44 1 +++ upstream/dynamips-0.2.6-RC1/memory.c 2007/10/06 16:03:58 2 @@ -923,7 +923,7 @@ mts_access_special(cpu,vaddr,MTS_ACC_T,op_code,op_type,op_size,data,exc); return NULL; } - + /* MTS64 access */ static forced_inline void *mts64_access(cpu_mips_t *cpu,m_uint64_t vaddr, u_int op_code,u_int op_size, @@ -1667,10 +1667,12 @@ /* Cache Operation */ cpu->mem_op_fn[MIPS_MEMOP_CACHE] = mts_cache; +#if 0 #if defined(FAST_ASM) && MTSASM_ENABLE if (cpu->vm->jit_use) cpu->mem_op_fn[MIPS_MEMOP_LW] = mts32_lw_asm; #endif +#endif } /* Initialize memory 64-bit access vectors */