diff options
Diffstat (limited to 'opcodes/m32r-desc.h')
-rw-r--r-- | opcodes/m32r-desc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/m32r-desc.h b/opcodes/m32r-desc.h index 6a3636cd55c..f83dab5944e 100644 --- a/opcodes/m32r-desc.h +++ b/opcodes/m32r-desc.h @@ -35,6 +35,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #define CGEN_INSN_LSB0_P 0 +/* Minimum size of any insn (in bytes). */ +#define CGEN_MIN_INSN_SIZE 2 + /* Maximum size of any insn (in bytes). */ #define CGEN_MAX_INSN_SIZE 4 |