From 6caac03793aac98a97183480df45ea33fc9411ad Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 3 Sep 2000 17:57:50 +0000 Subject: Extend comment. --- opcodes/mips-opc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/mips-opc.c') 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 */ -- cgit v1.2.1