]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove trailing { Bad_Opcode }.
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 24 Jan 2010 20:39:40 +0000 (20:39 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 24 Jan 2010 20:39:40 +0000 (20:39 +0000)
2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (prefix_table): Remove trailing { Bad_Opcode }.

opcodes/ChangeLog
opcodes/i386-dis.c

index 971e6cdf736e660ae50e45675b8bcc0be1b9adfd..a3bcd695b75ed3ceb2efba8a2d7929496b2ab39b 100644 (file)
@@ -1,3 +1,7 @@
+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.
index df012e462e44dfdfed876bc7a656d94910d7e18f..b8e65c3b39e81da0adad929259703fe71c088faa 100644 (file)
@@ -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 },
   },
 };