* z8kgen.c (struct op): Replace unused flavor with id.
[deliverable/binutils-gdb.git] / opcodes / cr16-opc.c
index 55c03818eb5d7b77146dc975f21a575e89281b1d..fed2ea13b23e7553cd6a283cbb144ff41fb8c3ae 100644 (file)
@@ -1,5 +1,5 @@
 /* cr16-opc.c -- Table of opcodes for the CR16 processor.
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2008 Free Software Foundation, Inc.
    Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com)
 
    This file is part of the GNU opcodes library.
@@ -593,6 +593,7 @@ const operand_entry cr16_optab[] =
   {4,    arg_cc,       OP_UNSIGNED}               /* cc - code */
 };
 
+const unsigned int cr16_num_optab = ARRAY_SIZE (cr16_optab);
 
 /* CR16 traps/interrupts.  */
 const trap_entry cr16_traps[] =
This page took 0.025192 seconds and 4 git commands to generate.