Small misfeature disassemble showasm parameter use

This commit is contained in:
rocky
2016-06-24 15:05:14 -04:00
parent 4fa68b8894
commit fe8000e02a
2 changed files with 3 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ class Scanner2(scan.Scanner):
pass
pass
if self.show_asm in ('both', 'after'):
if show_asm in ('both', 'after'):
for t in tokens:
print(t)
print()