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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/analyze_texts.py b/extras/analyze_texts.py
index 30a6b5dc..f34cea99 100644
--- a/extras/analyze_texts.py
+++ b/extras/analyze_texts.py
@@ -551,7 +551,7 @@ def text_pretty_printer_at(start_address, label="SomeLabel"):
include_newline = "\n"
if output[-1] == "\n":
include_newline = ""
- output += include_newline + "; " + hex(start_address) + " + " + str(byte_count) + " bytes"
+ output += include_newline + "; " + hex(start_address) + " + " + str(byte_count) + " bytes = " + hex(start_address + byte_count)
print output
return (output, byte_count)