From d80cb039e998f4dc709071f396911d0fd438761d Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Mon, 26 Jan 2015 11:18:58 +0100 Subject: Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used --- miasm2/jitter/jitcore.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'miasm2/jitter/jitcore.py') diff --git a/miasm2/jitter/jitcore.py b/miasm2/jitter/jitcore.py index 5ebc615e..c025c956 100644 --- a/miasm2/jitter/jitcore.py +++ b/miasm2/jitter/jitcore.py @@ -116,8 +116,7 @@ class JitCore(object): try: asmbloc.dis_bloc(self.ir_arch.arch, self.bs, cur_bloc, addr, set(), self.ir_arch.symbol_pool, [], - follow_call=False, patch_instr_symb=True, - dontdis_retcall=False, + follow_call=False, dontdis_retcall=False, lines_wd=self.options["jit_maxline"], # max 10 asm lines attrib=self.ir_arch.attrib, -- cgit 1.4.1