Skip to content

Commit

Permalink
Merge pull request #1473 from W0ni/patch-1
Browse files Browse the repository at this point in the history
Remove misleading comment
  • Loading branch information
serpilliere committed Mar 21, 2024
2 parents 88432b0 + 862b74a commit 319229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/symbol_exec/symbol_exec.py
Expand Up @@ -54,5 +54,5 @@
# Modified elements
print('Modified registers:')
symb.dump(mems=False)
print('Modified memory (should be empty):')
print('Modified memory:')
symb.dump(ids=False)

0 comments on commit 319229f

Please sign in to comment.