mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
Add check for present detail.
This commit is contained in:
parent
bd003941a8
commit
fc32133bb0
@ -167,6 +167,8 @@ static void ARM_add_cs_groups(MCInst *MI)
|
||||
/// Here we add those oprands to detail.
|
||||
static void ARM_add_not_defined_ops(MCInst *MI)
|
||||
{
|
||||
if (!detail_is_set(MI))
|
||||
return;
|
||||
unsigned Opcode = MCInst_getOpcode(MI);
|
||||
switch (Opcode) {
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user