diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-10-01 22:23:20 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-10-01 22:23:20 +0000 |
commit | 89b66d557a843051f262d9e38583c8286dee51b0 (patch) | |
tree | c13ed4f97b33fdcd993a77bee0c7930448bfd5a4 /opcodes/i386-dis.c | |
parent | e822f2b19aeffc433f6c5785d6014f956df0bfd6 (diff) | |
download | gdb-89b66d557a843051f262d9e38583c8286dee51b0.zip gdb-89b66d557a843051f262d9e38583c8286dee51b0.tar.gz gdb-89b66d557a843051f262d9e38583c8286dee51b0.tar.bz2 |
2007-10-01 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (THREE_BYTE_0FBA): Renamed to ...
(THREE_BYTE_0F7B): This.
(dis386_twobyte): Updated.
(three_byte_table): Updated comments.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 74d8a27..968c0a2 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -670,7 +670,7 @@ fetch_data (struct disassemble_info *info, bfd_byte *addr) #define THREE_BYTE_0F38 (THREE_BYTE_0F25 + 1) #define THREE_BYTE_0F3A (THREE_BYTE_0F38 + 1) #define THREE_BYTE_0F7A (THREE_BYTE_0F3A + 1) -#define THREE_BYTE_0FBA (THREE_BYTE_0F7A + 1) +#define THREE_BYTE_0F7B (THREE_BYTE_0F7A + 1) typedef void (*op_rtn) (int bytemode, int sizeflag); @@ -1152,7 +1152,7 @@ static const struct dis386 dis386_twobyte[] = { { PREFIX_TABLE (PREFIX_0F78) }, { PREFIX_TABLE (PREFIX_0F79) }, { THREE_BYTE_TABLE (THREE_BYTE_0F7A) }, - { THREE_BYTE_TABLE (THREE_BYTE_0FBA) }, + { THREE_BYTE_TABLE (THREE_BYTE_0F7B) }, { PREFIX_TABLE (PREFIX_0F7C) }, { PREFIX_TABLE (PREFIX_0F7D) }, { PREFIX_TABLE (PREFIX_0F7E) }, @@ -3897,7 +3897,7 @@ static const struct dis386 three_byte_table[][256] = { { "(bad)", { XX } }, { "(bad)", { XX } }, }, - /* THREE_BYTE_SSE5_0F7A */ + /* THREE_BYTE_0F7A */ { /* 00 */ { "(bad)", { XX } }, @@ -4188,7 +4188,7 @@ static const struct dis386 three_byte_table[][256] = { { "(bad)", { XX } }, { "(bad)", { XX } }, }, - /* THREE_BYTE_SSE5_0F7B */ + /* THREE_BYTE_0F7B */ { /* 00 */ { "(bad)", { XX } }, |