x86: Delete incorrect vmgexit entry in prefix_table
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index 441866d6c978c4458c58585383c6337814f7017e..6ac1d7416a9b1d2cea2a726ca4849de235ba52d3 100644 (file)
@@ -3576,8 +3576,6 @@ static const struct dis386 prefix_table[][4] = {
   {
     { "vmmcall",       { Skip_MODRM }, 0 },
     { "vmgexit",       { Skip_MODRM }, 0 },
-    { Bad_Opcode },
-    { "vmgexit",       { Skip_MODRM }, 0 },
   },
 
   /* PREFIX_0F01_REG_5_MOD_0 */
This page took 0.023299 seconds and 4 git commands to generate.