summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-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