summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index d2c677a7..2a3e2228 100644
--- a/python/function.py
+++ b/python/function.py
@@ -3073,7 +3073,7 @@ class Function:
:rtype: list(ReferenceSource)
"""
for site in self.view.get_code_refs(self.start):
- if isinstance(site.llil, lowlevelil.LowLevelILCall):
+ if isinstance(site.llil, Localcall):
yield site
@property