Skip to content

Commit

Permalink
x86: support CR9-CR15 registers
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Dec 27, 2014
1 parent db684b2 commit c51e04f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/X86/X86DisassemblerDecoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1636,8 +1636,6 @@ static int readModRM(struct InternalInstruction *insn)
*valid = 0; \
return prefix##_DR0 + index; \
case TYPE_CONTROLREG: \
if (index > 8) \
*valid = 0; \
return prefix##_CR0 + index; \
} \
}
Expand Down

0 comments on commit c51e04f

Please sign in to comment.