Minor bugfixes

This commit is contained in:
flobernd 2017-10-19 15:13:09 +02:00
parent 9fc44085d2
commit 9871cb414c
1 changed files with 3 additions and 0 deletions

View File

@ -2361,6 +2361,9 @@ static void ZydisSetAVXInformation(ZydisDecoderContext* context,
case ZYDIS_IELEMENT_SIZE_64:
context->evex.elementSize = 64;
break;
case ZYDIS_IELEMENT_SIZE_128:
context->evex.elementSize = 128;
break;
default:
ZYDIS_UNREACHABLE;
}