From 60bcf0fa8c115b4e71d7b1372aca3efccffc9607 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jun 2000 01:22:44 +0000 Subject: Applied Stephane Carrez patches to add support for m68hc11 and m68hc12 processors. --- include/opcode/cgen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/opcode/cgen.h') diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h index 1db272b..ff89785 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. */ -- cgit v1.1