--- rpl/src/rpl.h 2015/01/30 07:53:15 1.261 +++ rpl/src/rpl.h 2015/02/01 09:47:19 1.262 @@ -2395,11 +2395,11 @@ typedef struct processus # define TAILLE_CACHE 1024 # define CACHE(type, nom) \ type *objets_##nom[TAILLE_CACHE]; \ - int pointeur_##nom; + volatile int pointeur_##nom; # define CACHE2(type, nom) \ type *nom[TAILLE_CACHE]; \ - int pointeur_##nom; + volatile int pointeur_##nom; CACHE(integer8, adr) CACHE(logical8, bin)