From ece37237e3960bce6e72c6c97f1a4479dd6536aa Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 26 Apr 2012 00:32:38 -0500 Subject: don't delete tempt_opt_table in gbz80disasm --- extras/gbz80disasm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'extras/gbz80disasm.py') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 30aba2108..3910d1832 100644 --- a/extras/gbz80disasm.py +++ b/extras/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 = [ -- cgit v1.2.3