Diff for /rpl/src/instructions_o2.c between versions 1.15 and 1.68

version 1.15, 2010/08/26 19:07:39 version 1.68, 2020/01/10 11:15:47
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.32
   Copyright (C) 1989-2010 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 50  instruction_obsub(struct_processus *s_et Line 50  instruction_obsub(struct_processus *s_et
     unsigned char                   *registre_definitions_chainees;      unsigned char                   *registre_definitions_chainees;
     unsigned char                   *registre_instruction_courante;      unsigned char                   *registre_instruction_courante;
   
     unsigned long                   position_courante;      integer8                        position_courante;
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   
Line 301  instruction_obget(struct_processus *s_et Line 301  instruction_obget(struct_processus *s_et
     struct_objet                    *s_objet_argument_2;      struct_objet                    *s_objet_argument_2;
     struct_objet                    *s_objet_resultat;      struct_objet                    *s_objet_resultat;
   
     unsigned long                   position;      integer8                        position;
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   
Line 371  instruction_obget(struct_processus *s_et Line 371  instruction_obget(struct_processus *s_et
   
         while(l_element_courant != NULL)          while(l_element_courant != NULL)
         {          {
             if (position == (unsigned long) (*((integer8 *)              if (position == (*((integer8 *) (*s_objet_argument_1).objet)))
                     (*s_objet_argument_1).objet)))  
             {              {
                 /*                  /*
                  * Récupération de l'objet                   * Récupération de l'objet

Removed from v.1.15  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>