diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-03 17:57:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-03 17:57:50 +0000 |
commit | f1c8d8433e8066e30743b8678b7114bdbc99a965 (patch) | |
tree | ec44cbdc39ab0fa60e19fb5ff5e6904c0f90fdee | |
parent | b18903cb91a18943fa8a8f75cdb2e5ee2a77936f (diff) | |
download | gdb-f1c8d8433e8066e30743b8678b7114bdbc99a965.zip gdb-f1c8d8433e8066e30743b8678b7114bdbc99a965.tar.gz gdb-f1c8d8433e8066e30743b8678b7114bdbc99a965.tar.bz2 |
Extend comment.
-rw-r--r-- | opcodes/mips-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 1fbbe0b..40f7ad6 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 */ |