--- rpl/src/instructions_f1.c 2014/04/25 07:37:31 1.63 +++ rpl/src/instructions_f1.c 2014/07/24 14:38:43 1.65 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.18 + RPL/2 (R) version 4.1.19 Copyright (C) 1989-2014 Dr. BERTRAND Joël This file is part of RPL/2. @@ -189,6 +189,7 @@ instruction_fleche(struct_processus *s_e if ((*s_etat_processus).instruction_valide == 'N') { + (*s_etat_processus).type_en_cours = NON; recherche_type(s_etat_processus); if ((*s_etat_processus).erreur_execution != d_ex) @@ -1054,6 +1055,7 @@ instruction_for(struct_processus *s_etat return; } + (*s_etat_processus).type_en_cours = NON; recherche_type(s_etat_processus); free((*s_etat_processus).instruction_courante);