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 | b9e91a809b0306f20ece5066021f27caecc30af9 (patch) | |
| tree | d97ccee8b98a3151be7592407957be3eabe89a6d | |
| parent | 5055302451b376f9250ab61258de6f1eb6d53738 (diff) | |
dump-insert the stringtotext targets
original-commit-id: 4b2d26965ef9f48860d83e3b19fddc7fda0db799
| -rw-r--r-- | crystal.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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 | 
