From 7c98de47f759e98fafab5e203e1f2d13e559f2cc Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 7 Jul 2017 08:17:30 +0200 Subject: IR: rename add_bloc --- test/arch/x86/sem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arch/x86/sem.py') diff --git a/test/arch/x86/sem.py b/test/arch/x86/sem.py index 7b6a20b7..c08cf3f6 100755 --- a/test/arch/x86/sem.py +++ b/test/arch/x86/sem.py @@ -50,7 +50,7 @@ def compute_txt(ir, mode, txt, inputstate={}, debug=False): patches = asmblock.asm_resolve_final(mn, blocks, symbol_pool) interm = ir(symbol_pool) for bbl in blocks: - interm.add_bloc(bbl) + interm.add_block(bbl) return symb_exec(interm, inputstate, debug) op_add = lambda a, b: a+b -- cgit 1.4.1