version 1.9, 2010/03/09 10:18:48
|
version 1.14, 2010/06/24 10:10:45
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.13 |
RPL/2 (R) version 4.0.17 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 1257 instruction_str_fleche(struct_processus
|
Line 1257 instruction_str_fleche(struct_processus
|
|
|
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) || |
|
((*s_etat_processus).erreur_systeme != d_es)) |
{ |
{ |
liberation(s_etat_processus, s_objet); |
liberation(s_etat_processus, s_objet); |
|
|