Skip to content
Snippets Groups Projects
Commit 8353ff71 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[E-ACSL] linting C files

parent 35afda71
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ void validate_shadow_layout() {
# endif
/* Each segment has 3 partitions:
- application memory
- application memory
- primary/secondary shadows */
int num_partitions = sizeof(mem_partitions) / sizeof(memory_partition *);
int num_seg_in_part = 3;
......
/* run.config
COMMENT: frama-c/e-acsl#105, test for delete block before exiting the
COMMENT: frama-c/e-acsl#105, test for delete block before exiting the
function in the presence of early return.
*/
......
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