/[dynamips]/upstream/dynamips-0.2.7-RC2/mips64.h
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.7-RC2/mips64.h

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

upstream/dynamips-0.2.7-RC1/mips64.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC upstream/dynamips-0.2.7-RC2/mips64.h revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 354  struct cpu_mips { Line 354  struct cpu_mips {
354     m_uint64_t lo,hi,ret_pc;     m_uint64_t lo,hi,ret_pc;
355        
356     /* Code page translation cache */     /* Code page translation cache */
357     mips64_jit_tcb_t **exec_phys_map;     mips64_jit_tcb_t **exec_blk_map;
358    
359     /* Virtual address to physical page translation */     /* Virtual address to physical page translation */
360     fastcall int (*translate)(cpu_mips_t *cpu,m_uint64_t vaddr,     fastcall int (*translate)(cpu_mips_t *cpu,m_uint64_t vaddr,
# Line 435  struct cpu_mips { Line 435  struct cpu_mips {
435     /* Fast memory operations use */     /* Fast memory operations use */
436     u_int fast_memop;     u_int fast_memop;
437    
438       /* Direct block jump */
439       u_int exec_blk_direct_jump;
440    
441     /* Address mode (32 or 64 bits) */     /* Address mode (32 or 64 bits) */
442     u_int addr_mode;     u_int addr_mode;
443    

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26