Skip to content

Commit

Permalink
fix typo in unicorn error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Dec 15, 2024
1 parent 05b2b64 commit 0791dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slothy/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ def run_code(code, txt=None):
except:
log.error("Failed to emulate code using unicorn engine")
log.error("Code")
log.error(SouceLine.write_multiline(code))
log.error(SourceLine.write_multiline(code))

final_register_contents = {}
for r in regs:
Expand Down

0 comments on commit 0791dc6

Please sign in to comment.