aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-01-24 20:39:40 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-01-24 20:39:40 +0000
commit47cf8fa0432ada88fe13435adfa67fb02629a571 (patch)
tree39aea6dcd9c3027ff6469191bf11cc3bbd08405d /opcodes
parent592d1631a488800664fb1ae3755616d0ae49791b (diff)
downloadfsf-binutils-gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.zip
fsf-binutils-gdb-47cf8fa0432ada88fe13435adfa67fb02629a571.tar.gz
fsf-binutils-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')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/i386-dis.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 971e6cd..a3bcd69 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,9 @@
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>
+
* i386-dis.c (Bad_Opcode): New.
(bad_opcode): Likewise.
(dis386): Replace { "(bad)", { XX } } with { Bad_Opcode }.
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 },
},
};