mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-23 08:00:44 +00:00
arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4)
This commit is contained in:
parent
227cdd1e55
commit
c85a0e4f44
@ -887,8 +887,8 @@ typedef enum arm_insn_group {
|
||||
// all jump instructions (conditional+direct+indirect jumps)
|
||||
ARM_GRP_JUMP, // = CS_GRP_JUMP
|
||||
ARM_GRP_CALL, // = CS_GRP_CALL
|
||||
ARM_GRP_INT = 4, // = CS_GRP_INT
|
||||
ARM_GRP_PRIVILEGE = 6, // = CS_GRP_PRIVILEGE
|
||||
ARM_GRP_INT, // = CS_GRP_INT
|
||||
|
||||
//> Architecture-specific groups
|
||||
ARM_GRP_CRYPTO = 128,
|
||||
|
Loading…
x
Reference in New Issue
Block a user