version 1.27, 2011/07/22 07:38:39
|
version 1.62, 2017/08/03 17:17:48
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.1 |
RPL/2 (R) version 4.1.28 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2017 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 |