mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
externals: Update zydis to 4.0.0
Merge commit '6fa8d51479e9a5542c67bec715a1f68e7ed057ba'
This commit is contained in:
2
externals/zydis/src/DecoderData.c
vendored
2
externals/zydis/src/DecoderData.c
vendored
@@ -77,7 +77,7 @@ const ZydisDecoderTreeNode* ZydisDecoderTreeGetChildNode(const ZydisDecoderTreeN
|
||||
ZYAN_ASSERT(index < 17);
|
||||
return &FILTERS_VEX[parent->value][index];
|
||||
case ZYDIS_NODETYPE_FILTER_EMVEX:
|
||||
ZYAN_ASSERT(index < 33);
|
||||
ZYAN_ASSERT(index < 49);
|
||||
return &FILTERS_EMVEX[parent->value][index];
|
||||
case ZYDIS_NODETYPE_FILTER_OPCODE:
|
||||
ZYAN_ASSERT(index < 256);
|
||||
|
||||
Reference in New Issue
Block a user