diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-29 10:26:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-29 10:26:27 -0500 |
commit | bcaf73c046287d7ea941c35795b6878ecd7a5cbc (patch) | |
tree | 8b89d804f466ce2a4880e90943fa6bb5b5ecba1b /crystal.py | |
parent | e2cfea359803a1f05caa1186689eaabe28d844e7 (diff) |
remove old comment
original-commit-id: a06cb374ef12552ffd2404eac561c5eb1810b324
Diffstat (limited to 'crystal.py')
-rw-r--r-- | crystal.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2109,7 +2109,6 @@ class Script: commands.append(cls) #current_address = cls.last_address + 1 current_address += cls.size - #XXX set to "self" in script_parse_table when this moves into the Script class self.last_address = current_address script_parse_table[start_address:current_address] = self asm_output = "\n".join([command.to_asm() for command in commands]) |