aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-12 03:28:18 +0000
committerDoug Evans <dje@google.com>1998-02-12 03:28:18 +0000
commitb2f9c13cb7d7834a9ffa8749161000e3b7df0708 (patch)
tree33ba8a59bde63b09b622ad89998f5983e3b0d4e9
parentab0bd0493ad0dbb544fec8f46b03a0887c594bec (diff)
downloadgdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.zip
gdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.tar.gz
gdb-b2f9c13cb7d7834a9ffa8749161000e3b7df0708.tar.bz2
Regenerated to use correct symbol concat macro.
-rw-r--r--opcodes/m32r-opc.c2
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 */