From c33f2d988bda28a1b6dbe5a2c8bceb5819db9e42 Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 22 Jun 2018 17:27:30 +0200 Subject: Jitcore: run_at actually takes a list of stop_offset, instead of a "breakpoints" specificity --- 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 1f753b07..45b418b5 100644 --- a/miasm2/jitter/jitcore_python.py +++ b/miasm2/jitter/jitcore_python.py @@ -131,7 +131,7 @@ class JitCore_Python(jitcore.JitCore): assert offset is not None self.offset_to_jitted_func[offset] = myfunc - def exec_wrapper(self, loc_key, cpu, _offset_to_jitted_func, _breakpoints, + def exec_wrapper(self, loc_key, cpu, _offset_to_jitted_func, _stop_offsets, _max_exec_per_call): """Call the function @loc_key with @cpu @loc_key: function's loc_key -- cgit 1.4.1