Minor bugfixes

This commit is contained in:
flobernd 2017-06-25 23:24:43 +02:00
parent 96a7197647
commit 83699fe9d0
4 changed files with 3618 additions and 3610 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1485,7 +1485,7 @@ static void ZydisDecodeOperandImplicitRegister(ZydisDecoderContext* context,
switch (context->decoder->addressWidth)
{
case 16:
operand->reg = ZYDIS_REGISTER_IP;
operand->reg = ZYDIS_REGISTER_EIP;
break;
case 32:
operand->reg = ZYDIS_REGISTER_EIP;