diff --git a/include/capstone/mips.h b/include/capstone/mips.h index f10c303329..339445611c 100644 --- a/include/capstone/mips.h +++ b/include/capstone/mips.h @@ -240,7 +240,7 @@ typedef struct mips_op_mem { typedef struct cs_mips_op { mips_op_type type; ///< operand type union { - mips_reg reg; ///< register value for REG operand + mips_reg reg; ///< register id for REG operand int64_t imm; ///< immediate value for IMM operand mips_op_mem mem; ///< base/index/scale/disp value for MEM operand };