mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 17:47:18 +08:00
Extend comment.
This commit is contained in:
@ -110,7 +110,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
|
|||||||
/* These instructions appear first so that the disassembler will find
|
/* These instructions appear first so that the disassembler will find
|
||||||
them first. The assemblers uses a hash table based on the
|
them first. The assemblers uses a hash table based on the
|
||||||
instruction name anyhow. */
|
instruction name anyhow. */
|
||||||
/* name, args, match, mask, pinfo */
|
/* name, args, match, mask, pinfo, membership */
|
||||||
{"nop", "", 0x00000000, 0xffffffff, 0, I1 },
|
{"nop", "", 0x00000000, 0xffffffff, 0, I1 },
|
||||||
{"li", "t,j", 0x24000000, 0xffe00000, WR_t, I1 }, /* addiu */
|
{"li", "t,j", 0x24000000, 0xffe00000, WR_t, I1 }, /* addiu */
|
||||||
{"li", "t,i", 0x34000000, 0xffe00000, WR_t, I1 }, /* ori */
|
{"li", "t,i", 0x34000000, 0xffe00000, WR_t, I1 }, /* ori */
|
||||||
|
Reference in New Issue
Block a user