mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-17 12:58:06 +00:00
ppc: correct a comment on IMM operand in ppc.h
This commit is contained in:
parent
fd76fa2a98
commit
183d05350d
@ -70,7 +70,7 @@ typedef struct cs_ppc_op {
|
||||
ppc_op_type type; // operand type
|
||||
union {
|
||||
unsigned int reg; // register value for REG operand
|
||||
int32_t imm; // immediate value for C-IMM or IMM operand
|
||||
int32_t imm; // immediate value for IMM operand
|
||||
ppc_op_mem mem; // base/disp value for MEM operand
|
||||
};
|
||||
} cs_ppc_op;
|
||||
|
Loading…
x
Reference in New Issue
Block a user