summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py
index ed157ba7..cedc6172 100644
--- a/python/function.py
+++ b/python/function.py
@@ -149,6 +149,7 @@ class ILReferenceSource:
return 'hlil'
if il_type == FunctionGraphType.HighLevelILSSAFormFunctionGraph:
return 'hlil_ssa'
+ return ""
def __repr__(self):
if self._arch: