mirror of https://github.com/x64dbg/zydis
Minor bugfixes
This commit is contained in:
parent
9fc44085d2
commit
9871cb414c
|
@ -2361,6 +2361,9 @@ static void ZydisSetAVXInformation(ZydisDecoderContext* context,
|
||||||
case ZYDIS_IELEMENT_SIZE_64:
|
case ZYDIS_IELEMENT_SIZE_64:
|
||||||
context->evex.elementSize = 64;
|
context->evex.elementSize = 64;
|
||||||
break;
|
break;
|
||||||
|
case ZYDIS_IELEMENT_SIZE_128:
|
||||||
|
context->evex.elementSize = 128;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ZYDIS_UNREACHABLE;
|
ZYDIS_UNREACHABLE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue