mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-20 06:21:49 +00:00
fix annotation.
This commit is contained in:
parent
0107c83537
commit
96baed21a5
@ -167,7 +167,7 @@ typedef enum arm_op_type {
|
||||
ARM_OP_CIMM = 64, // C-Immediate (coprocessor registers)
|
||||
ARM_OP_PIMM, // P-Immediate (coprocessor registers)
|
||||
ARM_OP_SETEND, // operand for SETEND instruction
|
||||
ARM_OP_SYSREG, // MSR/MSR special register operand
|
||||
ARM_OP_SYSREG, // MSR/MRS special register operand
|
||||
} arm_op_type;
|
||||
|
||||
//> Operand type for SETEND instruction
|
||||
|
Loading…
x
Reference in New Issue
Block a user