mirror of https://github.com/x64dbg/zydis
Fixed `ZydisISAExt` enum
This commit is contained in:
parent
fec4116ad6
commit
5d6c58ad1c
|
@ -1,7 +1,6 @@
|
|||
enum ZydisISAExts
|
||||
{
|
||||
ZYDIS_ISA_EXT_INVALID,
|
||||
ZYDIS_ISA_EXT_,
|
||||
ZYDIS_ISA_EXT_AMD,
|
||||
ZYDIS_ISA_EXT_AVX512BW_128,
|
||||
ZYDIS_ISA_EXT_AVX512BW_128N,
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
static const char* zydisISAExtStrings[] =
|
||||
{
|
||||
"INVALID",
|
||||
"",
|
||||
"AMD",
|
||||
"AVX512BW_128",
|
||||
"AVX512BW_128N",
|
||||
|
|
Loading…
Reference in New Issue