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

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

upstream/dynamips-0.2.6-RC1/insn_lookup.h revision 2 by dpavlin, Sat Oct 6 16:03:58 2007 UTC upstream/dynamips-0.2.7-RC2/insn_lookup.h revision 8 by dpavlin, Sat Oct 6 16:24:54 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   * Cisco 7200 (Predator) simulation platform.   * Cisco router simulation platform.
3   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)   * Copyright (c) 2006 Christophe Fillot (cf@utc.fr)
4   *   *
5   * MIPS Instruction Lookup Tables.   * MIPS Instruction Lookup Tables.
# Line 10  Line 10 
10    
11  #include "utils.h"  #include "utils.h"
12  #include "hash.h"  #include "hash.h"
 #include "mips64.h"  
 #include "dynamips.h"  
13    
14  /* Forward declaration for instruction lookup table */  /* Forward declaration for instruction lookup table */
15  typedef struct insn_lookup insn_lookup_t;  typedef struct insn_lookup insn_lookup_t;
# Line 98  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.2  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26