Diff for /rpl/src/instructions_c6.c between versions 1.56 and 1.70

version 1.56, 2015/01/05 13:12:33 version 1.70, 2019/01/01 09:02:56
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.30
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2019 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.56  
changed lines
  Added in v.1.70


CVSweb interface <joel.bertrand@systella.fr>