diff options
author | Doug Evans <dje@google.com> | 1998-02-12 03:28:18 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-12 03:28:18 +0000 |
commit | b2f9c13cb7d7834a9ffa8749161000e3b7df0708 (patch) | |
tree | 33ba8a59bde63b09b622ad89998f5983e3b0d4e9 /opcodes | |
parent | ab0bd0493ad0dbb544fec8f46b03a0887c594bec (diff) | |
download | gdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.zip gdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.tar.gz gdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.tar.bz2 |
Regenerated to use correct symbol concat macro.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/m32r-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 3a32276..1a5b9c5 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -311,7 +311,7 @@ static const CGEN_HW_ENTRY m32r_cgen_hw_entries[] = /* The operand table. */ -#define OP_ENT(op) m32r_cgen_operand_table[SYMCAT2 (M32R_OPERAND_,op)] +#define OP_ENT(op) m32r_cgen_operand_table[CONCAT2 (M32R_OPERAND_,op)] const CGEN_OPERAND m32r_cgen_operand_table[MAX_OPERANDS] = { /* pc: program counter */ |