Diff for /rpl/src/instructions_s9.c between versions 1.46 and 1.52

version 1.46, 2012/01/17 14:44:11 version 1.52, 2012/10/01 11:05:07
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.6    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1323  instruction_swi(struct_processus *s_etat Line 1323  instruction_swi(struct_processus *s_etat
         }          }
         else          else
         {          {
             tid = -1;              tid = (pthread_t) -1;
   
             attente.tv_sec = 0;              attente.tv_sec = 0;
             attente.tv_nsec = GRANULARITE_us * 1000;              attente.tv_nsec = GRANULARITE_us * 1000;
Line 1624  instruction_swi(struct_processus *s_etat Line 1624  instruction_swi(struct_processus *s_etat
         }          }
         else          else
         {          {
             tid = -3;              tid = (pthread_t) -3;
   
 #           ifndef SEMAPHORES_NOMMES  #           ifndef SEMAPHORES_NOMMES
                 if (sem_post(&((*s_etat_processus).semaphore_fork)) != 0)                  if (sem_post(&((*s_etat_processus).semaphore_fork)) != 0)

Removed from v.1.46  
changed lines
  Added in v.1.52


CVSweb interface <joel.bertrand@systella.fr>