summaryrefslogtreecommitdiff
path: root/opcodes/mips-opc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-09-03 17:57:50 +0000
committerNick Clifton <nickc@redhat.com>2000-09-03 17:57:50 +0000
commit6caac03793aac98a97183480df45ea33fc9411ad (patch)
tree24925b4bd42b6dbd867ff0ba5c8b5f14f76fe126 /opcodes/mips-opc.c
parent5e5a774ebb49197e1c78a4f1b35fbc0f5f27cbe6 (diff)
downloadgdb-6caac03793aac98a97183480df45ea33fc9411ad.tar.gz
Extend comment.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r--opcodes/mips-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index 1fbbe0be1be..40f7ad6ef15 100644
--- 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 */