mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Regenerated to use correct symbol concat macro.
This commit is contained in:
@ -311,7 +311,7 @@ static const CGEN_HW_ENTRY m32r_cgen_hw_entries[] =
|
|||||||
|
|
||||||
/* The operand table. */
|
/* 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] =
|
const CGEN_OPERAND m32r_cgen_operand_table[MAX_OPERANDS] =
|
||||||
{
|
{
|
||||||
/* pc: program counter */
|
/* pc: program counter */
|
||||||
|
Reference in New Issue
Block a user