mirror of https://github.com/x64dbg/zydis
Fixed a bitfield-size error
This commit is contained in:
parent
5bd81b7f1c
commit
15f89dc4ea
|
@ -519,7 +519,7 @@ typedef struct ZydisInstructionDefinitionEVEX_
|
|||
typedef struct ZydisInstructionDefinitionMVEX_
|
||||
{
|
||||
ZYDIS_INSTRUCTION_DEFINITION_BASE;
|
||||
ZydisMVEXFunctionality functionality : 4;
|
||||
ZydisMVEXFunctionality functionality : 5;
|
||||
ZydisMaskPolicy maskPolicy : 2;
|
||||
} ZydisInstructionDefinitionMVEX;
|
||||
|
||||
|
|
Loading…
Reference in New Issue