Fix diff.py, add support for objdiff

This commit is contained in:
Cuyler36
2024-01-02 17:11:38 -05:00
parent 5125ebd972
commit 77ce517b85
4 changed files with 29 additions and 2 deletions
+1 -1
View File
@@ -1118,7 +1118,7 @@ def search_map_file(
find = re.findall(
re.compile(
# ram elf rom alignment
r" \S+ \S+ (\S+) (\S+) +\S+ "
r" \S+ (\S+) (\S+) +\S+ "
+ re.escape(fn_name)
+ r"(?: \(entry of "
+ re.escape(config.diff_section)