Skip to content

Commit

Permalink
fix CS_ mips_ OP structure comment error (capstone-engine#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
junchao-loongson authored Aug 6, 2020
1 parent e5bb118 commit 44db210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/capstone/mips.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 44db210

Please sign in to comment.