--- rpl/src/instructions_f4.c 2014/01/26 18:21:31 1.51 +++ rpl/src/instructions_f4.c 2014/07/24 14:38:43 1.54 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.17 + RPL/2 (R) version 4.1.19 Copyright (C) 1989-2014 Dr. BERTRAND Joël This file is part of RPL/2. @@ -555,6 +555,7 @@ instruction_forall(struct_processus *s_e return; } + (*s_etat_processus).type_en_cours = NON; recherche_type(s_etat_processus); free((*s_etat_processus).instruction_courante);