diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-08-26 14:36:46 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2020-08-31 07:50:01 +0200 |
| commit | 24ce193b8bad352853a9c5589f6fdcf5177d5466 (patch) | |
| tree | 2fb59bca2aada9280fb1aecd2ebdd633a23cdc4b /test/core/parse_asm.py | |
| parent | 6f5cb3bef180400001541f56f704f77da0d73429 (diff) | |
| download | miasm-24ce193b8bad352853a9c5589f6fdcf5177d5466.tar.gz miasm-24ce193b8bad352853a9c5589f6fdcf5177d5466.zip | |
Update api according to loc_db update
Diffstat (limited to 'test/core/parse_asm.py')
| -rwxr-xr-x | test/core/parse_asm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/parse_asm.py b/test/core/parse_asm.py index fdf1fbb8..5619f5c1 100755 --- a/test/core/parse_asm.py +++ b/test/core/parse_asm.py @@ -69,7 +69,7 @@ class TestParseAsm(unittest.TestCase): ''' asmcfg = parse_txt(mn_x86, 32, ASM0, loc_db) - patches = asm_resolve_final(mn_x86, asmcfg, loc_db) + patches = asm_resolve_final(mn_x86, asmcfg) lbls = [] for i in range(6): lbls.append(loc_db.get_name_location('lbl%d' % i)) |