diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 21:35:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-01-24 21:35:13 +0000 |
commit | 448b213a867fb083e58360fd4e2a826954207289 (patch) | |
tree | f6919ff843d0fd3d025c7dd0ea1c530af7ab3a9a /opcodes | |
parent | 47cf8fa0432ada88fe13435adfa67fb02629a571 (diff) | |
download | gdb-448b213a867fb083e58360fd4e2a826954207289.zip gdb-448b213a867fb083e58360fd4e2a826954207289.tar.gz gdb-448b213a867fb083e58360fd4e2a826954207289.tar.bz2 |
Remove trailing { Bad_Opcode } in vex_len_table.
2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Remove trailing { Bad_Opcode }.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/i386-dis.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a3bcd69..1f20885 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,9 @@ 2010-01-24 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (vex_len_table): Remove trailing { Bad_Opcode }. + +2010-01-24 H.J. Lu <hongjiu.lu@intel.com> + * i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }. 2010-01-24 H.J. Lu <hongjiu.lu@intel.com> diff --git a/opcodes/i386-dis.c b/opcodes/i386-dis.c index b8e65c3..f9fae97 100644 --- a/opcodes/i386-dis.c +++ b/opcodes/i386-dis.c @@ -8593,7 +8593,6 @@ static const struct dis386 vex_len_table[][2] = { /* VEX_LEN_F2_P_2 */ { { VEX_W_TABLE (VEX_W_F2_P_2) }, - { Bad_Opcode }, }, /* VEX_LEN_F3_P_2 */ |