mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-17 12:58:06 +00:00
increase size of @op_str to 160 to contain long operand string of some Neon Arm instructions
This commit is contained in:
parent
57c50d4845
commit
0636f68331
2
MCInst.h
2
MCInst.h
@ -108,7 +108,7 @@ typedef struct cs_insn_flat {
|
||||
|
||||
// Ascii text of instruction operands
|
||||
// This information is available even when CS_OPT_DETAIL = CS_OPT_OFF
|
||||
char op_str[136];
|
||||
char op_str[160];
|
||||
|
||||
// NOTE: All information below is not available when CS_OPT_DETAIL = CS_OPT_OFF
|
||||
|
||||
|
@ -134,7 +134,7 @@ typedef struct cs_insn {
|
||||
|
||||
// Ascii text of instruction operands
|
||||
// This information is available even when CS_OPT_DETAIL = CS_OPT_OFF
|
||||
char op_str[136];
|
||||
char op_str[160];
|
||||
|
||||
// Pointer to cs_detail.
|
||||
// NOTE: detail pointer is only valid (not NULL) when CS_OP_DETAIL = CS_OPT_ON
|
||||
|
Loading…
x
Reference in New Issue
Block a user