diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-22 11:57:00 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-22 11:57:00 -0500 |
commit | 4b2d26965ef9f48860d83e3b19fddc7fda0db799 (patch) | |
tree | 2455084a52fc4f59b54002115c508cbebcd360ef /extras/crystal.py | |
parent | 256795769263d5fc392e1ca4b56736832a4a9d64 (diff) |
dump-insert the stringtotext targets
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 14b6f57b7..3c003cd2d 100644 --- a/extras/crystal.py +++ b/extras/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 |