Extends Mips number of operands (#1183)

for CS_MODE_MIPS32R6
diff --git a/include/capstone/mips.h b/include/capstone/mips.h
index 9641114..1d96f7a 100644
--- a/include/capstone/mips.h
+++ b/include/capstone/mips.h
@@ -251,7 +251,7 @@
 	// 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