diff options
Diffstat (limited to 'python/architecture.py')
| -rw-r--r-- | python/architecture.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/architecture.py b/python/architecture.py index 3f811412..096a33b0 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -2776,7 +2776,7 @@ class ReferenceSource(object): return self.address <= other.address def __hash__(self): - hash((self._function, self._arch, self._address)) + return hash((self._function, self._arch, self._address)) @property def function(self): |
