Adjusted maximum number of operands

This commit is contained in:
flobernd 2017-10-19 22:15:44 +02:00
parent 668db54b18
commit 2431b8f623
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extern "C" {
/* ---------------------------------------------------------------------------------------------- */
#define ZYDIS_MAX_INSTRUCTION_LENGTH 15
#define ZYDIS_MAX_OPERAND_COUNT 9
#define ZYDIS_MAX_OPERAND_COUNT 10
/* ---------------------------------------------------------------------------------------------- */