mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
x86: Delete incorrect vmgexit entry in prefix_table
* i386-dis.c (prefix_table): Delete the incorrect vmgexit.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2020-06-17 Lili Cui <lili.cui@intel.com>
|
||||
|
||||
* i386-dis.c (prefix_table): Delete the incorrect vmgexit.
|
||||
|
||||
2020-06-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/26115
|
||||
|
@ -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 */
|
||||
|
Reference in New Issue
Block a user