about summary refs log tree commit diff stats
path: root/miasm2/jitter/jitcore_python.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-10-23 13:34:50 +0200
committerCamille Mougey <camille.mougey@cea.fr>2015-10-23 13:34:50 +0200
commit35faa5125654d69742342be718d29ca259410679 (patch)
treeec7691e6730550041ac1cdea5cdc6521d6e44e45 /miasm2/jitter/jitcore_python.py
parent7f95cfb59382323da838f249ef824ad6175b0d1a (diff)
downloadfocaccia-miasm-35faa5125654d69742342be718d29ca259410679.tar.gz
focaccia-miasm-35faa5125654d69742342be718d29ca259410679.zip
JitcorePython: adapt with new jit_call API
Diffstat (limited to 'miasm2/jitter/jitcore_python.py')
-rw-r--r--miasm2/jitter/jitcore_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/jitcore_python.py b/miasm2/jitter/jitcore_python.py
index 150e3906..bc284825 100644
--- a/miasm2/jitter/jitcore_python.py
+++ b/miasm2/jitter/jitcore_python.py
@@ -183,7 +183,7 @@ class JitCore_Python(jitcore.JitCore):
         # Associate myfunc with current label
         self.lbl2jitbloc[label.offset] = myfunc
 
-    def jit_call(self, label, cpu, vmmngr):
+    def jit_call(self, label, cpu, vmmngr, _breakpoints):
         """Call the function label with cpu and vmmngr states
         @label: function's label
         @cpu: JitCpu instance