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

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

upstream/dynamips-0.2.7-RC1/insn_lookup.h revision 7 by dpavlin, Sat Oct 6 16:23:47 2007 UTC upstream/dynamips-0.2.7-RC2/insn_lookup.h revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 96  static forced_inline int ilt_lookup(insn Line 96  static forced_inline int ilt_lookup(insn
96  }  }
97    
98  /* Create an instruction lookup table */  /* Create an instruction lookup table */
99  insn_lookup_t *ilt_create(int nr_insn,ilt_get_insn_cbk_t get_insn,  insn_lookup_t *ilt_create(char *table_name,
100                              int nr_insn,ilt_get_insn_cbk_t get_insn,
101                            ilt_check_cbk_t chk_lo,ilt_check_cbk_t chk_hi);                            ilt_check_cbk_t chk_lo,ilt_check_cbk_t chk_hi);
102    
103  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.26