diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 23:22:43 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 23:22:43 +0000 |
commit | 208b4d786eb591d833fd4336bef4d61c2c01e7e8 (patch) | |
tree | cd6f2ece8841938fe280b4a540160add33ce56a7 /opcodes/i386-dis.c | |
parent | 483b3bf6f6639fa4439012f0d66a4edf3a3320d3 (diff) | |
download | gdb-208b4d786eb591d833fd4336bef4d61c2c01e7e8.zip gdb-208b4d786eb591d833fd4336bef4d61c2c01e7e8.tar.gz gdb-208b4d786eb591d833fd4336bef4d61c2c01e7e8.tar.bz2 |
Remove trailing { Bad_Opcode }.
Diffstat (limited to 'opcodes/i386-dis.c')
-rw-r--r-- | opcodes/i386-dis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index f9fae97..02b0f26 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -4437,7 +4437,6 @@ static const struct dis386 prefix_table[][4] = { { Bad_Opcode }, { Bad_Opcode }, { VEX_LEN_TABLE (VEX_LEN_3820_P_2) }, - { Bad_Opcode }, }, /* PREFIX_VEX_3821 */ |