Merge commit '3621a6c08002c6b3e5b6f91bb0e20d8372613160' into dev
This commit is contained in:
13
external/capstone/arch/PowerPC/PPCMapping.h
vendored
13
external/capstone/arch/PowerPC/PPCMapping.h
vendored
@@ -46,17 +46,8 @@ ppc_reg PPC_map_register(unsigned int r);
|
||||
|
||||
bool PPC_getFeatureBits(unsigned int mode, unsigned int feature);
|
||||
|
||||
void PPC_add_cs_detail(MCInst *MI, ppc_op_group op_group, va_list args);
|
||||
|
||||
static inline void add_cs_detail(MCInst *MI, ppc_op_group op_group, ...)
|
||||
{
|
||||
if (!MI->flat_insn->detail)
|
||||
return;
|
||||
va_list args;
|
||||
va_start(args, op_group);
|
||||
PPC_add_cs_detail(MI, op_group, args);
|
||||
va_end(args);
|
||||
}
|
||||
void PPC_add_cs_detail_0(MCInst *MI, ppc_op_group op_group, unsigned OpNo);
|
||||
void PPC_add_cs_detail_1(MCInst *MI, ppc_op_group op_group, unsigned OpNo, const char *Modifier);
|
||||
|
||||
void PPC_set_detail_op_reg(MCInst *MI, unsigned OpNum, ppc_reg Reg);
|
||||
void PPC_set_detail_op_imm(MCInst *MI, unsigned OpNum, int64_t Imm);
|
||||
|
||||
Reference in New Issue
Block a user