From a96b8db7df51a05081f6b8597f3c07f534494a78 Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 5 Jan 2017 17:11:14 +0100 Subject: LLVM: get rid of vm_mngr argument --- miasm2/jitter/jitcore_llvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/jitter/jitcore_llvm.py') diff --git a/miasm2/jitter/jitcore_llvm.py b/miasm2/jitter/jitcore_llvm.py index 6a5c2036..66e835ef 100644 --- a/miasm2/jitter/jitcore_llvm.py +++ b/miasm2/jitter/jitcore_llvm.py @@ -136,5 +136,5 @@ class JitCore_LLVM(jitcore.JitCore): @cpu: JitCpu instance @breakpoints: Dict instance of used breakpoints """ - return self.exec_wrapper(label, cpu, cpu.vmmngr.vmmngr, + return self.exec_wrapper(label, cpu, self.lbl2jitbloc.data, breakpoints) -- cgit 1.4.1