From: Nick Clifton Date: Sun, 3 Sep 2000 17:57:50 +0000 (+0000) Subject: Extend comment. X-Git-Tag: newlib-1_9_0~517 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6caac03793aac98a97183480df45ea33fc9411ad;p=pf3gnuchains%2Fpf3gnuchains4x.git Extend comment. --- diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 1fbbe0be1b..40f7ad6ef1 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 */