arm: correct value of ARM_GRP_INT (=CS_GRP_INT=4)

This commit is contained in:
Nguyen Anh Quynh 2015-05-08 23:54:37 +08:00
parent 227cdd1e55
commit c85a0e4f44

View File

@ -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,