Remove trailing { Bad_Opcode } in vex_len_table.
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 24 Jan 2010 21:35:13 +0000 (21:35 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 24 Jan 2010 21:35:13 +0000 (21:35 +0000)
2010-01-24  H.J. Lu  <hongjiu.lu@intel.com>

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

opcodes/ChangeLog
opcodes/i386-dis.c

index a3bcd695b75ed3ceb2efba8a2d7929496b2ab39b..1f2088513624e2ba6a9f6052de57a09210fcbf84 100644 (file)
@@ -1,3 +1,7 @@
+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 }.
index b8e65c3b39e81da0adad929259703fe71c088faa..f9fae9795e7a6b2d7e155169857ac982f5a47b48 100644 (file)
@@ -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 */