From e281c4577017667ec8b9abf408f74e913af221b0 Mon Sep 17 00:00:00 2001 From: John Healy Date: Wed, 23 May 2001 15:34:43 +0000 Subject: [PATCH] 2001-05-23 John Healy * cgen.h: Increased CGEN_MAX_SYNTAX_ELEMENTS to 48. --- include/opcode/ChangeLog | 4 ++++ include/opcode/cgen.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index ac83ff4c0a..ec40ddf4d3 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-05-23 John Healy + + * cgen.h: Increased CGEN_MAX_SYNTAX_ELEMENTS to 48. + 2001-05-15 Thiemo Seufer * mips.h (INSN_ISA_MASK): Define. diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index c5dd6d81b8..8d3c310ed7 100644 --- a/include/opcode/cgen.h +++ b/include/opcode/cgen.h @@ -736,7 +736,7 @@ typedef struct the data is recorded in the parse/insert/extract/print switch statements. */ /* This should be at least as large as necessary for any target. */ -#define CGEN_MAX_SYNTAX_ELEMENTS 40 +#define CGEN_MAX_SYNTAX_ELEMENTS 48 /* A target may know its own precise maximum. Assert that it falls below the above limit. */