projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc8134
)
tweak
author
Doug Evans
<dje@google.com>
Tue, 21 Jul 1998 21:08:03 +0000
(21:08 +0000)
committer
Doug Evans
<dje@google.com>
Tue, 21 Jul 1998 21:08:03 +0000
(21:08 +0000)
opcodes/m32r-opc.c
patch
|
blob
|
history
diff --git
a/opcodes/m32r-opc.c
b/opcodes/m32r-opc.c
index 55e7d4248feaf3f5807287f29b4adeff58172b41..27dec03344c395903eddb39ea93eaaf49d7876a1 100644
(file)
--- 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);
}
}