--- rpl/src/instructions_x2.c 2013/02/27 17:11:44 1.40 +++ rpl/src/instructions_x2.c 2013/03/16 11:31:41 1.41 @@ -141,7 +141,7 @@ instruction_xroot(struct_processus *s_et return; } - module = abs((*((integer8 *) (*s_objet_argument_2).objet))); + module = abs((real8) (*((integer8 *) (*s_objet_argument_2).objet))); argument = ((*((integer8 *) (*s_objet_argument_2).objet)) >= 0) ? 0 : (4 * atan((double) 1));