/[dynamips]/upstream/dynamips-0.2.6-RC1/memory.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC1/memory.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

upstream/dynamips-0.2.5/memory.c revision 1 by dpavlin, Sat Oct 6 16:01:44 2007 UTC upstream/dynamips-0.2.6-RC1/memory.c revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC
# Line 923  mts64_entry_t *mts64_slow_lookup(cpu_mip Line 923  mts64_entry_t *mts64_slow_lookup(cpu_mip
923     mts_access_special(cpu,vaddr,MTS_ACC_T,op_code,op_type,op_size,data,exc);     mts_access_special(cpu,vaddr,MTS_ACC_T,op_code,op_type,op_size,data,exc);
924     return NULL;     return NULL;
925  }  }
926        
927  /* MTS64 access */  /* MTS64 access */
928  static forced_inline void *mts64_access(cpu_mips_t *cpu,m_uint64_t vaddr,  static forced_inline void *mts64_access(cpu_mips_t *cpu,m_uint64_t vaddr,
929                                          u_int op_code,u_int op_size,                                          u_int op_code,u_int op_size,
# Line 1667  void mts32_init_memop_vectors(cpu_mips_t Line 1667  void mts32_init_memop_vectors(cpu_mips_t
1667     /* Cache Operation */     /* Cache Operation */
1668     cpu->mem_op_fn[MIPS_MEMOP_CACHE] = mts_cache;     cpu->mem_op_fn[MIPS_MEMOP_CACHE] = mts_cache;
1669    
1670    #if 0
1671  #if defined(FAST_ASM) && MTSASM_ENABLE  #if defined(FAST_ASM) && MTSASM_ENABLE
1672     if (cpu->vm->jit_use)     if (cpu->vm->jit_use)
1673        cpu->mem_op_fn[MIPS_MEMOP_LW] = mts32_lw_asm;        cpu->mem_op_fn[MIPS_MEMOP_LW] = mts32_lw_asm;
1674  #endif  #endif
1675    #endif
1676  }  }
1677    
1678  /* Initialize memory 64-bit access vectors */  /* Initialize memory 64-bit access vectors */

Legend:
Removed from v.1  
changed lines
  Added in v.2

  ViewVC Help
Powered by ViewVC 1.1.26