diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/function.py b/python/function.py index 86c93bf7..07187080 100644 --- a/python/function.py +++ b/python/function.py @@ -101,6 +101,8 @@ class RegisterValue(object): return "<table: %s>" % ', '.join([repr(i) for i in self.table]) if self.type == RegisterValueType.OffsetFromUndeterminedValue: return "<undetermined with offset %#x>" % self.offset + if self.type == RegisterValueType.ReturnAddressValue: + return "<return address>" return "<undetermined>" |
