mirror of https://github.com/x64dbg/zydis
Minor bugfixes
This commit is contained in:
parent
566ebf8566
commit
20b98c4a70
|
@ -1096,7 +1096,7 @@ static void ZydisSetOperandSizeAndElementInfo(ZydisDecoderContext* context,
|
|||
case ZYDIS_INSTRUCTION_ENCODING_3DNOW:
|
||||
case ZYDIS_INSTRUCTION_ENCODING_XOP:
|
||||
case ZYDIS_INSTRUCTION_ENCODING_VEX:
|
||||
if (operand->mem.type != ZYDIS_MEMOP_TYPE_MEM)
|
||||
if (operand->mem.type == ZYDIS_MEMOP_TYPE_AGEN)
|
||||
{
|
||||
ZYDIS_ASSERT(definition->size[context->eoszIndex] == 0);
|
||||
operand->size = instruction->addressWidth;
|
||||
|
|
Loading…
Reference in New Issue