We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bb118 commit 44db210Copy full SHA for 44db210
include/capstone/mips.h
@@ -240,7 +240,7 @@ typedef struct mips_op_mem {
240
typedef struct cs_mips_op {
241
mips_op_type type; ///< operand type
242
union {
243
- mips_reg reg; ///< register value for REG operand
+ mips_reg reg; ///< register id for REG operand
244
int64_t imm; ///< immediate value for IMM operand
245
mips_op_mem mem; ///< base/index/scale/disp value for MEM operand
246
};
0 commit comments