diff options
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/instruction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/instruction.h b/src/arch/instruction.h index ae53dbb..59577dc 100644 --- a/src/arch/instruction.h +++ b/src/arch/instruction.h @@ -91,6 +91,7 @@ typedef enum _InstructionLinkType ILT_CASE_JUMP, /* Saut suite à aiguillage */ ILT_JUMP_IF_TRUE, /* Saut conditionnel (si vrai) */ ILT_JUMP_IF_FALSE, /* Saut conditionnel (si faux) */ + ILT_LOOP, /* Retour en arrière (boucle) */ ILT_CALL, /* Appel d'une fonction */ ILT_CATCH_EXCEPTION /* Gestion d'une exception */ |