From b9e91a809b0306f20ece5066021f27caecc30af9 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 22 May 2012 11:57:00 -0500 Subject: dump-insert the stringtotext targets original-commit-id: 4b2d26965ef9f48860d83e3b19fddc7fda0db799 --- crystal.py | 1 + 1 file changed, 1 insertion(+) (limited to 'crystal.py') 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 -- cgit v1.2.3