Skip to content

Commit

Permalink
Fix for mapREX
Browse files Browse the repository at this point in the history
  • Loading branch information
John Detter committed Jun 13, 2016
1 parent 7623d0d commit dd46a98
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 dd46a98

Please sign in to comment.