--- rpl/src/gestion_objets.c 2010/02/10 10:14:19 1.4 +++ rpl/src/gestion_objets.c 2010/02/26 19:22:05 1.5 @@ -403,7 +403,10 @@ allocation(struct_processus *s_etat_proc } } + (*((struct_fonction *) (*s_objet).objet)).fonction = NULL; (*((struct_fonction *) (*s_objet).objet)).prediction_saut = NULL; + (*((struct_fonction *) (*s_objet).objet)).prediction_execution + = d_faux; break; }