Diff for /rpl/src/instructions_s10.c between versions 1.58 and 1.59

version 1.58, 2012/05/20 17:28:26 version 1.59, 2012/05/21 07:22:46
Line 1292  instruction_smphrtrydecr(struct_processu Line 1292  instruction_smphrtrydecr(struct_processu
   
             partie_entiere = floor((*((real8 *) (*s_objet_argument_1).objet)));              partie_entiere = floor((*((real8 *) (*s_objet_argument_1).objet)));
             horodatage.tv_sec += partie_entiere;              horodatage.tv_sec += partie_entiere;
             horodatage.tv_usec += (*((real8 *) (*s_objet_argument_1).objet))              horodatage.tv_usec += ((suseconds_t) ((*((real8 *)
                     - partie_entiere;                      (*s_objet_argument_1).objet)) - partie_entiere)) * 1000000;
   
             if (horodatage.tv_usec > 1000000)              if (horodatage.tv_usec > 1000000)
             {              {

Removed from v.1.58  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>