Fix creating function names without namespace

This commit is contained in:
robojumper
2024-11-03 23:56:46 +01:00
parent ae39aa2648
commit b70ca7683b
+1 -1
View File
@@ -235,7 +235,7 @@ def update_addr(addr, mangled_name, create_function=False):
createLabel(addr, symbol_str, namespace, True, IMPORTED)
if create_function:
createFunction(addr, name_list[-1])
createFunction(addr, None)
if symbol_needs_history(mangled_name):
unit.setComment(PLATE_COMMENT, complete_plate_comment)