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:
b18903c
)
Extend comment.
author
Nick Clifton
<nickc@redhat.com>
Sun, 3 Sep 2000 17:57:50 +0000
(17:57 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Sun, 3 Sep 2000 17:57:50 +0000
(17:57 +0000)
opcodes/mips-opc.c
patch
|
blob
|
history
diff --git
a/opcodes/mips-opc.c
b/opcodes/mips-opc.c
index 1fbbe0be1be595403530a8751e4093f873947c67..40f7ad6ef15237e44f9a743179b3a6ea12ed6772 100644
(file)
--- a/
opcodes/mips-opc.c
+++ b/
opcodes/mips-opc.c
@@
-110,7
+110,7
@@
const struct mips_opcode mips_builtin_opcodes[] = {
/* These instructions appear first so that the disassembler will find
them first. The assemblers uses a hash table based on the
instruction name anyhow. */
-/* name, args, match, mask, pinfo */
+/* name, args, match, mask, pinfo
, membership
*/
{"nop", "", 0x00000000, 0xffffffff, 0, I1 },
{"li", "t,j", 0x24000000, 0xffe00000, WR_t, I1 }, /* addiu */
{"li", "t,i", 0x34000000, 0xffe00000, WR_t, I1 }, /* ori */