bump number of operands supported by MCInst to 48. this fixes a segfault in ARM
This commit is contained in:
parent
476d5ad7a5
commit
b287301ef4
2
MCInst.h
2
MCInst.h
|
@ -91,7 +91,7 @@ MCOperand *MCOperand_CreateImm1(MCInst *inst, int64_t Val);
|
|||
/// 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
|
||||
|
|
Loading…
Reference in New Issue