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:
b2f1861
)
Fix comment.
author
Doug Evans
<dje@google.com>
Fri, 13 Feb 1998 22:36:22 +0000
(22:36 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 13 Feb 1998 22:36:22 +0000
(22:36 +0000)
opcodes/cgen-opc.in
patch
|
blob
|
history
diff --git
a/opcodes/cgen-opc.in
b/opcodes/cgen-opc.in
index 9679b0479c5f1174c9eb76be20b88dadfeac5c05..a4ead5d9092fbc6c170d63b35c7691b9e4d88d69 100644
(file)
--- a/
opcodes/cgen-opc.in
+++ b/
opcodes/cgen-opc.in
@@
-119,7
+119,8
@@
const CGEN_INSN *
If non-null INS is the insn table entry.
Otherwise INSN_VALUE is examined to compute it.
LENGTH is the number of bits in INSN_VALUE if known, otherwise 0.
- INDICES is a pointer to a buffer of MAX_OPERANDS ints to be filled in.
+ INDICES is a pointer to a buffer of MAX_OPERAND_INSTANCES ints to be filled
+ in.
The result a pointer to the insn table entry, or NULL if the instruction
wasn't recognized. */