aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-07-21 21:08:03 +0000
committerDoug Evans <dje@google.com>1998-07-21 21:08:03 +0000
commit0cc2fbf340932972477cc52797420771583aa67d (patch)
tree2878ea0ba63aff0a1e4895cc8defcb83d7eaf833
parentfbc8134df62e51a0ce5f91b319214ccb8b74ae6a (diff)
downloadgdb-0cc2fbf340932972477cc52797420771583aa67d.zip
gdb-0cc2fbf340932972477cc52797420771583aa67d.tar.gz
gdb-0cc2fbf340932972477cc52797420771583aa67d.tar.bz2
tweak
-rw-r--r--opcodes/m32r-opc.c3
1 files changed, 2 insertions, 1 deletions
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);
}
}