From: Doug Evans Date: Tue, 21 Jul 1998 21:08:03 +0000 (+0000) Subject: tweak X-Git-Tag: gdb-4_18-branchpoint~1549 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cc2fbf340932972477cc52797420771583aa67d;p=thirdparty%2Fbinutils-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); } }