python/retrace: Keep addresses as strings.
To simplify looking up these in the trace.
This commit is contained in:
@@ -89,7 +89,7 @@ class Pointer(Node):
|
||||
visitor.visit_pointer(self)
|
||||
|
||||
def __str__(self):
|
||||
return hex(self.address)
|
||||
return self.address
|
||||
|
||||
|
||||
class Call:
|
||||
|
Reference in New Issue
Block a user