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 ca5119e + 8f04d5b commit ca24544
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 @@ -7629,7 +7629,7 @@ static struct ia32_entry rexMap[][2] =
{
{
{ e_arpl, t_done, 0, true, { Ew, Gw, Zz }, 0, s1R2R }, /* No REX */
{ e_movslq, t_done, 0, true, { Ev, Gv, Zz }, 0, s1RW2R } /* HAS REX */
{ e_movsx, t_done, 0, true, { Gv, Ew, Zz }, 0, s1W2R }, /* HAS REX */
}
};

Expand Down

0 comments on commit ca24544

Please sign in to comment.