diff options
| author | William Bruneau <william.bruneau@epfedu.fr> | 2017-07-20 13:58:30 +0200 |
|---|---|---|
| committer | William Bruneau <william.bruneau@epfedu.fr> | 2017-07-20 13:58:30 +0200 |
| commit | eba096682dab0de24aed179183fa46503a325a0f (patch) | |
| tree | ecb800897689b17d61f87210a7a27afaa184e357 | |
| parent | 54575fb14ec4e7da271dbafe4e491fa472743def (diff) | |
| download | miasm-eba096682dab0de24aed179183fa46503a325a0f.tar.gz miasm-eba096682dab0de24aed179183fa46503a325a0f.zip | |
Fix typo in /test/core/asmblock.py
| -rw-r--r-- | test/core/asmblock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/asmblock.py b/test/core/asmblock.py index 79bf47be..d12cd510 100644 --- a/test/core/asmblock.py +++ b/test/core/asmblock.py @@ -74,7 +74,7 @@ assert len(first_block.bto) == 1 assert list(first_block.bto)[0].c_t == AsmConstraint.c_next ## Simplify the obtained graph to keep only blocks which reach a block -## finnishing with RET +## finishing with RET def remove_useless_blocks(d_g, graph): """Remove leaves without a RET""" |