bump number of operands supported by MCInst to 48. this fixes a segfault in ARM
diff --git a/MCInst.h b/MCInst.h
index 7ea9440..a76baa5 100644
--- a/MCInst.h
+++ b/MCInst.h
@@ -91,7 +91,7 @@
 /// instruction.
 struct MCInst {
 	unsigned Opcode;
-	MCOperand Operands[34];
+	MCOperand Operands[48];
 	unsigned OpcodePub;
 	unsigned size;	// number of operands
 	cs_insn *flat_insn;	// insn to be exposed to public