Fixed `ZydisISAExt` enum

This commit is contained in:
flobernd 2017-09-10 20:43:01 +02:00
parent fec4116ad6
commit 5d6c58ad1c
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
enum ZydisISAExts enum ZydisISAExts
{ {
ZYDIS_ISA_EXT_INVALID, ZYDIS_ISA_EXT_INVALID,
ZYDIS_ISA_EXT_,
ZYDIS_ISA_EXT_AMD, ZYDIS_ISA_EXT_AMD,
ZYDIS_ISA_EXT_AVX512BW_128, ZYDIS_ISA_EXT_AVX512BW_128,
ZYDIS_ISA_EXT_AVX512BW_128N, ZYDIS_ISA_EXT_AVX512BW_128N,

View File

@ -1,7 +1,6 @@
static const char* zydisISAExtStrings[] = static const char* zydisISAExtStrings[] =
{ {
"INVALID", "INVALID",
"",
"AMD", "AMD",
"AVX512BW_128", "AVX512BW_128",
"AVX512BW_128N", "AVX512BW_128N",