Diff for /rpl/src/instructions_p8.c between versions 1.17 and 1.21

version 1.17, 2013/03/20 22:24:37 version 1.21, 2013/09/06 10:30:54
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.13    RPL/2 (R) version 4.1.16
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 105  instruction_poll(struct_processus *s_eta Line 105  instruction_poll(struct_processus *s_eta
   
     if (test_cfsf(s_etat_processus, 31) == d_vrai)      if (test_cfsf(s_etat_processus, 31) == d_vrai)
     {      {
         if (empilement_pile_last(s_etat_processus, 3) == d_erreur)          if (empilement_pile_last(s_etat_processus, 2) == d_erreur)
         {          {
             return;              return;
         }          }

Removed from v.1.17  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>