From 35faa5125654d69742342be718d29ca259410679 Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Fri, 23 Oct 2015 13:34:50 +0200 Subject: JitcorePython: adapt with new jit_call API --- miasm2/jitter/jitcore_python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/jitter/jitcore_python.py') 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 -- cgit 1.4.1