* mips-dis.c (print_insn_arg): Don't use software integer registers
[deliverable/binutils-gdb.git] / opcodes / fr30-opc.h
index 33d3094efbd7329e175cd4c88df826ccf1c4482c..623501dbd8fd7f2ec345939427088cd939309d54 100644 (file)
@@ -77,14 +77,14 @@ typedef enum cgen_insn_type {
  , FR30_INSN_ORCCR, FR30_INSN_STILM, FR30_INSN_ADDSP, FR30_INSN_EXTSB
  , FR30_INSN_EXTUB, FR30_INSN_EXTSH, FR30_INSN_EXTUH, FR30_INSN_LDM0
  , FR30_INSN_LDM1, FR30_INSN_STM0, FR30_INSN_STM1, FR30_INSN_ENTER
- , FR30_INSN_LEAVE, FR30_INSN_XCHB, FR30_INSN_MAX
+ , FR30_INSN_LEAVE, FR30_INSN_XCHB
 } CGEN_INSN_TYPE;
 
 /* Index of `invalid' insn place holder.  */
 #define CGEN_INSN_INVALID FR30_INSN_INVALID
 
 /* Total number of insns in table.  */
-#define MAX_INSNS ((int) FR30_INSN_MAX)
+#define MAX_INSNS ((int) FR30_INSN_XCHB + 1)
 
 /* This struct records data prior to insertion or after extraction.  */
 struct cgen_fields
This page took 0.024126 seconds and 4 git commands to generate.