diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 20:39:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 20:39:40 +0000 |
commit | 47cf8fa0432ada88fe13435adfa67fb02629a571 (patch) | |
tree | 39aea6dcd9c3027ff6469191bf11cc3bbd08405d /opcodes/i386-dis.c | |
parent | 592d1631a488800664fb1ae3755616d0ae49791b (diff) | |
download | gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.zip gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.tar.gz gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.tar.bz2 |
Remove trailing { Bad_Opcode }.
2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (prefix_table): 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 df012e4..b8e65c3 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -5260,7 +5260,6 @@ static const struct dis386 prefix_table[][4] = { { Bad_Opcode }, { Bad_Opcode }, { VEX_LEN_TABLE (VEX_LEN_3ADF_P_2) }, - { Bad_Opcode }, }, }; |