diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-02-09 10:16:58 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-02-09 10:55:39 +0100 |
| commit | c63ae8e10af699f2cd7bacd14a39112f28cf71ab (patch) | |
| tree | 32cb299fb122719f3679d38a5821d90a853cb179 /test/analysis/data_flow.py | |
| parent | 4b257d2d82c6323c6bc521017d0649b8cc7b3747 (diff) | |
| download | miasm-c63ae8e10af699f2cd7bacd14a39112f28cf71ab.tar.gz miasm-c63ae8e10af699f2cd7bacd14a39112f28cf71ab.zip | |
IRBlock: getitem/len on assignblks
Diffstat (limited to 'test/analysis/data_flow.py')
| -rw-r--r-- | test/analysis/data_flow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/analysis/data_flow.py b/test/analysis/data_flow.py index 207e13ff..f2e30172 100644 --- a/test/analysis/data_flow.py +++ b/test/analysis/data_flow.py @@ -635,7 +635,7 @@ G17_EXP_IRB0 = gen_irblock(LBL0, [[], ExprAff(b, a), ExprAff(c, b)], - G17_IRB0.assignblks[14] + G17_IRB0[14] # Trick because a+b+c != ((a+b)+c) ]) |