diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/instruction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h index 9299f8c..4f5a042 100644 --- a/src/arch/instruction.h +++ b/src/arch/instruction.h @@ -193,7 +193,6 @@ void _g_arch_instruction_detach_operand(GArchInstruction *, GArchOperand *); /* Typage des instructions rencontrées */ typedef enum _InstructionLinkType { - ILT_NONE, /* Aucune instruction visée */ ILT_EXEC_FLOW, /* Raccord attendu entre blocs */ ILT_JUMP, /* Saut inconditionnel */ ILT_CASE_JUMP, /* Saut suite à aiguillage */ |