Recover more fake mangled symbols

This commit is contained in:
robojumper
2024-10-25 23:02:20 +02:00
parent 38db6c087d
commit ae39aa2648
+3 -1
View File
@@ -89,7 +89,9 @@ def do_demangle(name):
if "__" in name:
try:
output = demangle.demangle_try(name)
return output.strip()
output = output.strip()
if output != name:
return output
except Exception:
pass
# otherwise we try to undo the effects of the original