diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:22:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:22:42 +0000 |
commit | 8929e0a70cbe243d566fa29f21f00c5bfa8e7be8 (patch) | |
tree | 7d8003f374b69c1296429118901e108fe57ef76b /include/opcode/cgen.h | |
parent | 057d03c1108c18c144b0b231e29f72068268309a (diff) | |
download | cygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.tar.gz cygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.tar.bz2 cygnal-8929e0a70cbe243d566fa29f21f00c5bfa8e7be8.zip |
Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support
for m68hc11 and m68hc12 processors.
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 1db272bbb..ff897856c 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_BYTES 32 +#define CGEN_MAX_SYNTAX_BYTES 40 /* A target may know its own precise maximum. Assert that it falls below the above limit. */ |