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

version 1.70, 2019/01/01 09:02:56 version 1.74, 2020/01/10 11:15:44
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.30    RPL/2 (R) version 4.1.32
   Copyright (C) 1989-2019 Dr. BERTRAND Joël    Copyright (C) 1989-2020 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 642  instruction_continue(struct_processus *s Line 642  instruction_continue(struct_processus *s
                                 (*(*l_element_courant).donnee).objet)).thread)                                  (*(*l_element_courant).donnee).objet)).thread)
                                 .pid))                                  .pid))
                         {                          {
                             if (envoi_signal_thread(                              if (envoi_signal_thread(s_etat_processus,
                                     (*(*((struct_processus_fils *)                                      (*(*((struct_processus_fils *)
                                     (*s_objet).objet)).thread).tid, rpl_sigcont)                                      (*s_objet).objet)).thread).tid, rpl_sigcont)
                                     != 0)                                      != 0)

Removed from v.1.70  
changed lines
  Added in v.1.74


CVSweb interface <joel.bertrand@systella.fr>