tools: Ignore excluded lib functions for rename script

This commit is contained in:
Léo Lam
2021-06-15 10:52:26 +02:00
parent 79505a1b23
commit 38e5e47b07
+1 -1
View File
@@ -14,7 +14,7 @@ with open(csv_path, "r") as f:
for fn in reader:
addr = int(fn[0], 16)
decomp_name = fn[3]
if not decomp_name:
if not decomp_name or decomp_name == "l":
continue
# Get rid of status markers.