--- rpl/src/instructions_p8.c 2013/03/20 22:24:37 1.17 +++ rpl/src/instructions_p8.c 2024/01/09 07:33:53 1.47 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.35 + Copyright (C) 1989-2024 Dr. BERTRAND Joël This file is part of RPL/2. @@ -105,7 +105,7 @@ instruction_poll(struct_processus *s_eta 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; } @@ -224,9 +224,9 @@ instruction_poll(struct_processus *s_eta case CHN: { - if ((registre = conversion_majuscule((unsigned char *) - (*(*l_element_courant_2).donnee).objet)) - == NULL) + if ((registre = conversion_majuscule(s_etat_processus, + (unsigned char *) (*(*l_element_courant_2) + .donnee).objet)) == NULL) { (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;