Diff for /rpl/src/instructions_c6.c between versions 1.65 and 1.75

version 1.65, 2017/01/18 15:44:19 version 1.75, 2021/03/13 12:50:40
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.26    RPL/2 (R) version 4.1.33
   Copyright (C) 1989-2017 Dr. BERTRAND Joël    Copyright (C) 1989-2021 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.65  
changed lines
  Added in v.1.75


CVSweb interface <joel.bertrand@systella.fr>