mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-14 17:08:39 +00:00
ppc: change type of ppc_op_crx.cond type to ppc_bc
This commit is contained in:
parent
fcc5673070
commit
aeaff79290
@ -58,7 +58,7 @@ typedef struct ppc_op_mem {
|
||||
typedef struct ppc_op_crx {
|
||||
unsigned int scale;
|
||||
unsigned int reg;
|
||||
unsigned int cond;
|
||||
ppc_bc cond;
|
||||
} ppc_op_crx;
|
||||
|
||||
// Instruction operand
|
||||
|
Loading…
Reference in New Issue
Block a user