diff --git a/src/Decoder.c b/src/Decoder.c index 75cbf3f..db19aa0 100644 --- a/src/Decoder.c +++ b/src/Decoder.c @@ -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 {