Skip to content

Commit

Permalink
Merge branch 'VEX' of github.com:dyninst/dyninst
Browse files Browse the repository at this point in the history
  • Loading branch information
mxz297 committed Jun 13, 2016
2 parents 50d65e9 + 7623d0d commit 015ce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/arch-x86.C
Original file line number Diff line number Diff line change
Expand Up @@ -2189,7 +2189,7 @@ true, { Eb, Gb, Zz }, 0, s1RW2R },
{ e_pushad, t_done, 0, false, { GPRS, eSP, Zz }, 0, s1R2RW },
{ e_popad, t_done, 0, false, { GPRS, eSP, Zz }, 0, s1W2RW },
{ e_bound, t_done, 0, true, { Gv, Ma, Zz }, 0, s1R2R }, // or VEX
{ e_arpl, t_done, 0, true, { Ew, Gw, Zz }, 0, s1R2R },
{ e_No_Entry, t_rex, REX00, false, { Zz, Zz, Zz }, 0, 0 },
{ e_No_Entry, t_ill, 0, false, { Zz, Zz, Zz }, 0, 0 }, // PREFIX_SEG_OVR
{ e_No_Entry, t_ill, 0, false, { Zz, Zz, Zz }, 0, 0 }, // PREFIX_SEG_OVR
{ e_No_Entry, t_ill, 2, false, { Zz, Zz, Zz }, 0, 0 }, /* operand size prefix (PREFIX_OPR_SZ) (depricated: prefixedSSE)*/
Expand Down

0 comments on commit 015ce98

Please sign in to comment.