Adapt for recent options changes in

-T option structure changed.
This commit is contained in:
rocky
2022-01-09 16:01:32 -05:00
parent 2fda52bf45
commit a381b4663b
3 changed files with 4 additions and 2 deletions

View File

@@ -111,6 +111,7 @@ def decompile(
grammar = dict(PARSER_DEFAULT_DEBUG)
if showgrammar:
grammar["reduce"] = True
debug_opts = {"asm": asm, "tree": showast, "grammar": grammar}
try: