diff options
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)) |