summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-22 11:57:00 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-22 11:57:00 -0500
commitb9e91a809b0306f20ece5066021f27caecc30af9 (patch)
treed97ccee8b98a3151be7592407957be3eabe89a6d
parent5055302451b376f9250ab61258de6f1eb6d53738 (diff)
dump-insert the stringtotext targets
original-commit-id: 4b2d26965ef9f48860d83e3b19fddc7fda0db799
-rw-r--r--crystal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index 14b6f57..3c003cd 100644
--- a/crystal.py
+++ b/crystal.py
@@ -1090,6 +1090,7 @@ class EncodedText:
if not label:
label = self.base_label + hex(address)
self.label = Label(name=label, address=address, object=self)
+ self.dependencies = None
self.parse()
script_parse_table[self.address : self.last_address] = self