Check buffers segment in check_ordering.py (#1960)

This commit is contained in:
cadmic
2024-06-18 17:40:28 -07:00
committed by GitHub
parent eb660765b1
commit 44ca32168a
+1
View File
@@ -131,6 +131,7 @@ def main():
if not (
mapfile_segment.name.startswith("..boot")
or mapfile_segment.name.startswith("..code")
or mapfile_segment.name.startswith("..buffers")
or mapfile_segment.name.startswith("..ovl_")
):
continue