Skip to content

Commit 4267f26

Browse files
catenacyberaquynh
authored andcommitted
Extends Mips number of operands (capstone-engine#1183)
for CS_MODE_MIPS32R6
1 parent bcb1247 commit 4267f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/capstone/mips.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ typedef struct cs_mips {
251251
// Number of operands of this instruction,
252252
// or 0 when instruction has no operand.
253253
uint8_t op_count;
254-
cs_mips_op operands[8]; // operands for this instruction.
254+
cs_mips_op operands[10]; // operands for this instruction.
255255
} cs_mips;
256256

257257
//> MIPS instruction

0 commit comments

Comments
 (0)