Diff for /rpl/src/instructions_c6.c between versions 1.54 and 1.67

version 1.54, 2014/04/25 07:37:30 version 1.67, 2017/08/03 17:17:45
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.18    RPL/2 (R) version 4.1.28
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2017 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.54  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>