Skip to content
Snippets Groups Projects
Commit 1041de0a authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl:runtime] Print layout in debug verbose

parent b8516599
No related branches found
No related tags found
No related merge requests found
...@@ -158,6 +158,10 @@ void validate_shadow_layout() { ...@@ -158,6 +158,10 @@ void validate_shadow_layout() {
/* Check that the struct holding memory layout is marked as initialized. */ /* Check that the struct holding memory layout is marked as initialized. */
DVALIDATE_MEMORY_INIT; DVALIDATE_MEMORY_INIT;
#ifdef E_ACSL_DEBUG_VERBOSE
DEBUG_PRINT_LAYOUT;
#endif
/* Each segment has 3 partitions: /* Each segment has 3 partitions:
- application memory - application memory
- primary/secondary shadows */ - primary/secondary shadows */
......
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