Fix bug where find_names_uncompressed fails all the time (#2507)

pull/2533/head
jetchirag 1 year ago committed by GitHub
parent aad7a0d597
commit 233680bd22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -455,6 +455,7 @@ class Kallsyms:
return None
self.end_of_kallsyms_names_uncompressed = position
return True
def find_markers_uncompressed(self):
"""

Loading…
Cancel
Save