]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Regenerated to use correct symbol concat macro.
authorDoug Evans <dje@google.com>
Thu, 12 Feb 1998 03:28:18 +0000 (03:28 +0000)
committerDoug Evans <dje@google.com>
Thu, 12 Feb 1998 03:28:18 +0000 (03:28 +0000)
opcodes/m32r-opc.c

index 3a3227683fdac648e0e7a95044357183a9910e0a..1a5b9c5907ea358e0db2a5ec60ca86ab6442fae3 100644 (file)
@@ -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 */