mirror of https://github.com/x64dbg/zydis
Fixed element-type for AGEN operands
This commit is contained in:
parent
52e1b59702
commit
5112e61fd8
|
@ -960,6 +960,7 @@ static void ZydisSetOperandSizeAndElementInfo(ZydisDecoderContext* context,
|
|||
{
|
||||
ZYDIS_ASSERT(definition->size[context->eoszIndex] == 0);
|
||||
operand->size = info->addressWidth;
|
||||
operand->elementType = ZYDIS_ELEMENT_TYPE_INT;
|
||||
operand->elementCount = 1;
|
||||
} else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue