fix annotation.

This commit is contained in:
qc1iu 2016-09-07 09:37:14 +08:00 committed by Nguyen Anh Quynh
parent 0107c83537
commit 96baed21a5

View File

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