about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_llvm.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2017-01-05 17:11:14 +0100
committerAjax <commial@gmail.com>2017-01-05 17:11:14 +0100
commita96b8db7df51a05081f6b8597f3c07f534494a78 (patch)
tree78898eb80cff8c9b9c6a1cb3e3eb517d7cd1e20d /miasm2/jitter/jitcore_llvm.py
parent67fec56ece194ec47a7100614d72b4412a26b67c (diff)
downloadmiasm-a96b8db7df51a05081f6b8597f3c07f534494a78.tar.gz
miasm-a96b8db7df51a05081f6b8597f3c07f534494a78.zip
LLVM: get rid of vm_mngr argument
Diffstat (limited to 'miasm2/jitter/jitcore_llvm.py')
-rw-r--r--miasm2/jitter/jitcore_llvm.py2
1 files changed, 1 insertions, 1 deletions
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)