Skip to content

Commit 62d6437

Browse files
author
Jannis Schröder
committed
small fix
1 parent 4bae279 commit 62d6437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decompiler/pipeline/ssa/variable_renaming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def replaceSymbolicValuesWithConcreteDependencyNumbers(self, dependency_graph :
409409
edge[2]["score"] = mid
410410
case self.weakDep:
411411
edge[2]["score"] = weak
412+
return dependency_graph
412413

413414
def extractClasses(self,dependency_graph : Graph) -> List[List[Variable]]:
414415
"""Extracts variables, which can have the same name out of the dependency graph"""

0 commit comments

Comments
 (0)