version 1.53, 2014/01/26 18:21:33
|
version 1.68, 2018/05/30 09:27:37
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.17 |
RPL/2 (R) version 4.1.29 |
Copyright (C) 1989-2014 Dr. BERTRAND Joël |
Copyright (C) 1989-2018 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 1256 instruction_str_fleche(struct_processus
|
Line 1256 instruction_str_fleche(struct_processus
|
.definitions_chainees); |
.definitions_chainees); |
(*s_etat_processus).instruction_courante = commande; |
(*s_etat_processus).instruction_courante = commande; |
|
|
|
(*s_etat_processus).type_en_cours = NON; |
recherche_type(s_etat_processus); |
recherche_type(s_etat_processus); |
|
|
if (((*s_etat_processus).erreur_execution != d_ex) || |
if (((*s_etat_processus).erreur_execution != d_ex) || |