mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
2009-09-09 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to VEX_LEN_AE_R_X_M_0 in comments.
This commit is contained in:
parent
49e794ac62
commit
9daa0d29f5
@ -1,3 +1,8 @@
|
||||
2009-09-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* i386-dis.c (vex_len_table): Change VEX_LEN_AE_R_X_M0 to
|
||||
VEX_LEN_AE_R_X_M_0 in comments.
|
||||
|
||||
2009-09-08 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* mep-opc.c: Regenerate.
|
||||
|
@ -7632,13 +7632,13 @@ static const struct dis386 vex_len_table[][2] = {
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
|
||||
/* VEX_LEN_AE_R_2_M0 */
|
||||
/* VEX_LEN_AE_R_2_M_0 */
|
||||
{
|
||||
{ "vldmxcsr", { Md } },
|
||||
{ "(bad)", { XX } },
|
||||
},
|
||||
|
||||
/* VEX_LEN_AE_R_3_M0 */
|
||||
/* VEX_LEN_AE_R_3_M_0 */
|
||||
{
|
||||
{ "vstmxcsr", { Md } },
|
||||
{ "(bad)", { XX } },
|
||||
|
Loading…
Reference in New Issue
Block a user