Skip to content

Commit

Permalink
Add quest54
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyuuhachi committed Jun 8, 2021
1 parent 15e4a11 commit 551e6cf
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 484 deletions.
2 changes: 1 addition & 1 deletion patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def do_transform(obj, tr):
elif isinstance(tl, translate.BaseTranslator):
obj = type(obj)(tl.translate(obj))
obj.translated = True
return str(obj)
return obj

if isinstance(obj, Insn):
obj.args = do_transform(obj.args, tr)
Expand Down
Loading

0 comments on commit 551e6cf

Please sign in to comment.