diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 09:56:27 -0500 | 
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-20 09:56:27 -0500 | 
| commit | 7134fba6638f246dd4ac4d4fa6a705ba89254649 (patch) | |
| tree | 98a2f69450a0927de8bcd0f9800a50108ab595a4 | |
| parent | f7fddb64fe8ad6da428c6836a4147d45c494c472 (diff) | |
use better label for MapEventHeader
original-commit-id: 61d3b8a6b460e9f8cea9a6cc91fef43aedcff59e
| -rw-r--r-- | crystal.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -4921,7 +4921,7 @@ class MapEventHeader:          self.bank = bank          self.dependencies = None          label = self.make_label() -        self.label = Label(address=address, object=self) +        self.label = Label(name=label, address=address, object=self)          self.parse()          script_parse_table[address : self.last_address] = self | 
