Skip to content

Commit

Permalink
Extends Mips number of operands (capstone-engine#1183)
Browse files Browse the repository at this point in the history
for CS_MODE_MIPS32R6
  • Loading branch information
catenacyber authored and aquynh committed Jun 19, 2018
1 parent bcb1247 commit 4267f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/capstone/mips.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4267f26

Please sign in to comment.