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 ae0bd68..8963284 100644 --- a/src/arch/instruction.h +++ b/src/arch/instruction.h @@ -45,6 +45,7 @@ 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 */ ILT_JUMP_IF_TRUE, /* Saut conditionnel (si vrai) */ ILT_JUMP_IF_FALSE, /* Saut conditionnel (si faux) */ ILT_CALL, /* Appel d'une fonction */ |