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 015ce98 + dd46a98 commit ca5119e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/arch-x86.C
Original file line number Diff line number Diff line change
Expand Up @@ -8672,6 +8672,7 @@ ia32_instruction& ia32_decode(unsigned int capa, const unsigned char* addr, ia32
break;

case t_rex:
idx = gotit->tabidx;
/* Does this instruction have a REX prefix? */
if(pref.getPrefix(4))
{
Expand Down

0 comments on commit ca5119e

Please sign in to comment.