summaryrefslogtreecommitdiff
path: root/src/arch/instruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/instruction.h')
-rw-r--r--src/arch/instruction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h
index 217e38b..cf9189b 100644
--- a/src/arch/instruction.h
+++ b/src/arch/instruction.h
@@ -206,7 +206,9 @@ typedef enum _InstructionLinkType
ILT_LOOP, /* Retour en arrière (boucle) */
ILT_CALL, /* Appel d'une fonction */
ILT_CATCH_EXCEPTION, /* Gestion d'une exception */
- ILT_REF /* Simple référence croisée */
+ ILT_REF, /* Simple référence croisée */
+
+ ILT_COUNT
} InstructionLinkType;