version 1.21, 2011/06/20 17:54:18
|
version 1.74, 2025/04/15 10:17:54
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.0.prerelease.1 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 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 |