diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 00:32:38 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-04-26 00:32:38 -0500 |
commit | 474242506833de6e4d1ecf0451670b41b4502794 (patch) | |
tree | 5564a19875375681e8af1955cbaedfe58765827a | |
parent | dc5ed571f03b2f0f316acb4c24f1d9cced1cf34a (diff) |
don't delete tempt_opt_table in gbz80disasm
original-commit-id: ece37237e3960bce6e72c6c97f1a4479dd6536aa
-rw-r--r-- | gbz80disasm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gbz80disasm.py b/gbz80disasm.py index 30aba21..3910d18 100644 --- a/gbz80disasm.py +++ b/gbz80disasm.py @@ -555,7 +555,6 @@ for line in temp_opt_table: opt_table = {} for line in temp_opt_table: opt_table[line[1]] = [line[0], line[2]] -del temp_opt_table del line end_08_scripts_with = [ |