Diff for /rpl/src/instructions_s1.c between versions 1.113 and 1.116

version 1.113, 2019/10/31 09:54:31 version 1.116, 2020/11/01 08:51:41
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.31    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 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
   
 #define DEBUG_ERREURS  #define DEBUG_ERREURS
 #include "rpl-conv.h"  #include "rpl-conv.h"
   
Line 3804  instruction_syseval(struct_processus *s_ Line 3805  instruction_syseval(struct_processus *s_
             (*s_etat_processus).erreur_systeme = d_es_signal;              (*s_etat_processus).erreur_systeme = d_es_signal;
             return;              return;
         }          }
   instruction_clmf(s_etat_processus);
   
         verrouillage_threads_concurrents(s_etat_processus);          verrouillage_threads_concurrents(s_etat_processus);
   

Removed from v.1.113  
changed lines
  Added in v.1.116


CVSweb interface <joel.bertrand@systella.fr>