summaryrefslogtreecommitdiff
path: root/extras/analyze_texts.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/analyze_texts.py')
-rw-r--r--extras/analyze_texts.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py
index b24a170a..36d80413 100644
--- a/extras/analyze_texts.py
+++ b/extras/analyze_texts.py
@@ -469,6 +469,7 @@ def text_pretty_printer_at(start_address, label="SomeLabel"):
output += "\n"
#output += "\n"
+ output += "; " + hex(start_address + byte_count)
print output
return (output, byte_count)