diff options
author | Doug Evans <dje@google.com> | 1998-02-13 22:36:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-13 22:36:22 +0000 |
commit | bed9a23ccd09d3f2c2b917c187613cdab9eff602 (patch) | |
tree | eb43fcd0ab60bb34ef827563a3eee1c0024a87fe /opcodes | |
parent | b2f18612927ff3193160cda4099d7848c4697912 (diff) | |
download | gdb-bed9a23ccd09d3f2c2b917c187613cdab9eff602.zip gdb-bed9a23ccd09d3f2c2b917c187613cdab9eff602.tar.gz gdb-bed9a23ccd09d3f2c2b917c187613cdab9eff602.tar.bz2 |
Fix comment.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/cgen-opc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/cgen-opc.in b/opcodes/cgen-opc.in index 9679b04..a4ead5d 100644 --- 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. */ |