/[dynamips]/trunk/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 /trunk/mips64.h

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

upstream/dynamips-0.2.7/mips64.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/mips64.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 308  enum { Line 308  enum {
308  typedef struct cpu_mips cpu_mips_t;  typedef struct cpu_mips cpu_mips_t;
309    
310  /* Memory operation function prototype */  /* Memory operation function prototype */
311  typedef fastcall u_int (*mips_memop_fn)(cpu_mips_t *cpu,m_uint64_t vaddr,  typedef fastcall void (*mips_memop_fn)(cpu_mips_t *cpu,m_uint64_t vaddr,
312                                          u_int reg);                                         u_int reg);
313    
314  /* TLB entry definition */  /* TLB entry definition */
315  typedef struct {  typedef struct {
# Line 446  struct cpu_mips { Line 446  struct cpu_mips {
446     mips_insn_t *njm_exec_ptr;     mips_insn_t *njm_exec_ptr;
447    
448     /* Performance counter (number of instructions executed by CPU) */     /* Performance counter (number of instructions executed by CPU) */
449     m_uint64_t perf_counter;     m_uint32_t perf_counter;
450    
451     /* Breakpoints */     /* Breakpoints */
452     m_uint64_t breakpoints[MIPS64_MAX_BREAKPOINTS];     m_uint64_t breakpoints[MIPS64_MAX_BREAKPOINTS];

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26