Skip to content
Snippets Groups Projects
Commit 83d1bad6 authored by Norodom Thomas's avatar Norodom Thomas
Browse files

correction de set_flag

parent 6f47cfd4
No related branches found
No related tags found
Loading
......@@ -16,6 +16,9 @@ void set_flag(int number, int *sign_flag)
{
*sign_flag = -1;
}
else{
*sign_flag = 0;
}
Frama_C_show_each_set_flag(number, *sign_flag);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment