Diff for /rpl/src/instructions_c6.c between versions 1.58 and 1.68

version 1.58, 2015/02/19 11:01:22 version 1.68, 2018/05/30 09:27:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.21    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2015 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 611  instruction_continue(struct_processus *s Line 611  instruction_continue(struct_processus *s
                     {                      {
                         if (envoi_signal_processus(                          if (envoi_signal_processus(
                                 (*(*((struct_processus_fils *)                                  (*(*((struct_processus_fils *)
                                 (*s_objet).objet)).thread).pid, rpl_sigcont)                                  (*s_objet).objet)).thread).pid, rpl_sigcont,
                                 != 0)                                  d_faux) != 0)
                         {                          {
                             // Le processus est peut-être dans l'état zombie.                              // Le processus est peut-être dans l'état zombie.
                         }                          }

Removed from v.1.58  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>