From 0cc2fbf340932972477cc52797420771583aa67d Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 21 Jul 1998 21:08:03 +0000 Subject: [PATCH] tweak --- opcodes/m32r-opc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 55e7d42..27dec03 100644 --- a/opcodes/m32r-opc.c +++ b/opcodes/m32r-opc.c @@ -158,7 +158,8 @@ m32r_cgen_get_insn_operands (insn, fields, indices) if (op == NULL) indices[i] = CGEN_OPERAND_INSTANCE_INDEX (opinst); else - indices[i] = m32r_cgen_get_int_operand (CGEN_OPERAND_INDEX (op), fields); + indices[i] = m32r_cgen_get_int_operand (CGEN_OPERAND_INDEX (op), + fields); } } -- 2.7.4