--- rpl/src/instructions_f3.c 2013/03/10 17:01:05 1.55 +++ rpl/src/instructions_f3.c 2013/03/16 11:31:41 1.56 @@ -540,7 +540,7 @@ instruction_fleche_q(struct_processus *s if (y != 0) { - z = fabs(objectif - (r1 / r2)); + z = abs(objectif - (r1 / r2)); x = ((real8) 1) / y; } else