summaryrefslogtreecommitdiff
path: root/include/opcode/cgen.h
diff options
context:
space:
mode:
authorJohn Healy <jhealy@redhat.com>2001-05-23 15:34:43 +0000
committerJohn Healy <jhealy@redhat.com>2001-05-23 15:34:43 +0000
commitba782c96e831a842d8a825fd522983a9a622de18 (patch)
treeedb5a1dfc4d00103bce09aee9fe7b7a3993952f9 /include/opcode/cgen.h
parente5737f21997ad6d66ca20f48c4be8ba90b1e70c0 (diff)
downloadgdb-ba782c96e831a842d8a825fd522983a9a622de18.tar.gz
2001-05-23 John Healy <jhealy@redhat.com>
* cgen.h: Increased CGEN_MAX_SYNTAX_ELEMENTS to 48.
Diffstat (limited to 'include/opcode/cgen.h')
-rw-r--r--include/opcode/cgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index c5dd6d81b85..8d3c310ed71 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. */