diff options
author | John Healy <jhealy@redhat.com> | 2001-05-23 15:34:43 +0000 |
---|---|---|
committer | John Healy <jhealy@redhat.com> | 2001-05-23 15:34:43 +0000 |
commit | e281c4577017667ec8b9abf408f74e913af221b0 (patch) | |
tree | 3294b2b0bfd43141cd768e286235a45699cdbf3f /include/opcode/cgen.h | |
parent | d9bc7a4499c25b26971d80e2392a6da6e84cbe21 (diff) | |
download | gdb-e281c4577017667ec8b9abf408f74e913af221b0.zip gdb-e281c4577017667ec8b9abf408f74e913af221b0.tar.gz gdb-e281c4577017667ec8b9abf408f74e913af221b0.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index c5dd6d8..8d3c310 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. */ |