Diff for /rpl/src/instructions_s9.c between versions 1.20 and 1.25

version 1.20, 2010/08/26 19:07:40 version 1.25, 2011/04/11 12:10:11
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.0.prerelease.0
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 1792  instruction_swi(struct_processus *s_etat Line 1792  instruction_swi(struct_processus *s_etat
                     return;                      return;
                 }                  }
             }              }
   
             kill((*s_etat_processus).pid_processus_pere, SIGCONT);  
         }          }
         else          else
         {          {
Line 1939  instruction_swi(struct_processus *s_etat Line 1937  instruction_swi(struct_processus *s_etat
                     return;                      return;
                 }                  }
             }              }
   
             pthread_kill((*s_etat_processus).tid_processus_pere, SIGCONT);  
         }          }
   
         attente.tv_sec = 0;          attente.tv_sec = 0;

Removed from v.1.20  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>