summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 9f23f45b..e759ef09 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -753,7 +753,7 @@ class LowLevelILFunction(object):
self.handle = core.BNCreateLowLevelILFunction(arch.handle, func_handle)
def __hash__(self):
- return hash('LLIL') + hash(self.source_function)
+ return hash(('LLIL', self.source_function))
def __del__(self):
if self.handle is not None: