diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-26 11:18:58 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-26 11:18:58 +0100 |
| commit | d80cb039e998f4dc709071f396911d0fd438761d (patch) | |
| tree | c49cdfd8c280046d57291aef22beb96de8ffa110 /miasm2/jitter/jitcore.py | |
| parent | 441c3eb7efe7a5f2ed9fba85ba1f15e899a5c30e (diff) | |
| download | miasm-d80cb039e998f4dc709071f396911d0fd438761d.tar.gz miasm-d80cb039e998f4dc709071f396911d0fd438761d.zip | |
Core/ASMBloc: `dis_bloc`'s `patch_instr_symb` was no more used
Diffstat (limited to 'miasm2/jitter/jitcore.py')
| -rw-r--r-- | miasm2/jitter/jitcore.py | 3 |
1 files changed, 1 insertions, 2 deletions
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, |