From: Doug Evans Date: Tue, 21 Jul 1998 21:08:03 +0000 (+0000) Subject: tweak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc2fbf340932972477cc52797420771583aa67d;p=binutils-gdb.git tweak --- diff --git a/opcodes/m32r-opc.c b/opcodes/m32r-opc.c index 55e7d4248fe..27dec03344c 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); } }