diff options
author | Quentin Neill <quentin.neill@amd.com> | 2011-08-02 19:58:06 +0000 |
---|---|---|
committer | Quentin Neill <quentin.neill@amd.com> | 2011-08-02 19:58:06 +0000 |
commit | 3929df0978df109c4d05f41763b2c47dacd33d39 (patch) | |
tree | c8843cc51e0f234416cf10b544634581ae4c276d /opcodes/i386-dis.c | |
parent | 9370ce59d1064777f63d65e04a68f14d1f4d392b (diff) | |
download | gdb-3929df0978df109c4d05f41763b2c47dacd33d39.zip gdb-3929df0978df109c4d05f41763b2c47dacd33d39.tar.gz gdb-3929df0978df109c4d05f41763b2c47dacd33d39.tar.bz2 |
opcodes/
2011-08-02 Quentin Neill <quentin.neill@amd.com>
* i386-dis.c (xop_table): Remove spurious bextr insn.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index 6b5ccf2..85b63ea 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -6645,7 +6645,7 @@ static const struct dis386 xop_table[][256] = { { Bad_Opcode }, { Bad_Opcode }, /* 10 */ - { "bextr", { Gv, Ev, Iq } }, + { Bad_Opcode }, { Bad_Opcode }, { Bad_Opcode }, { Bad_Opcode }, |