x86: support CR9-CR15 registers

test2
Nguyen Anh Quynh 10 years ago
parent 0f9ef1559d
commit 08390775b5
  1. 2
      arch/X86/X86DisassemblerDecoder.c

@ -1634,8 +1634,6 @@ static int readModRM(struct InternalInstruction *insn)
case TYPE_DEBUGREG: \
return prefix##_DR0 + index; \
case TYPE_CONTROLREG: \
if (index > 8) \
*valid = 0; \
return prefix##_CR0 + index; \
} \
}

Loading…
Cancel
Save