Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Adrien Boulanger <boulanger@adacore.com>
This commit is contained in:
Anthony Leonardo Gracio
2024-10-31 10:14:30 +00:00
parent 48e3fde298
commit 71199f828a
2 changed files with 1 additions and 4 deletions

View File

@@ -312,9 +312,6 @@ class LD(core.MemoryUsageProvider):
sections = [s for s in sections if is_section_allocated(s)]
GPS.Console().write("regions: %s\n" % str(regions))
GPS.Console().write("sections: %s\n" % str(sections))
visitor.on_memory_usage_data_fetched(regions, sections, modules)
except Exception:

View File

@@ -1,5 +1,5 @@
"""
This test checks that the ld plugin hanles unknown memory regions
This test checks that the ld plugin handles unknown memory regions
in the generated map file.
"""