Extends Mips number of operands (#1183)

for CS_MODE_MIPS32R6
This commit is contained in:
Catena cyber 2018-06-19 03:33:47 +02:00 committed by Nguyen Anh Quynh
parent b22f425799
commit d3c7fd57e7
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ typedef struct cs_mips {
// Number of operands of this instruction,
// or 0 when instruction has no operand.
uint8_t op_count;
cs_mips_op operands[8]; // operands for this instruction.
cs_mips_op operands[10]; // operands for this instruction.
} cs_mips;
//> MIPS instruction