From 1b534d9ad543473f12ddcb631e0cddb0cbd54ff4 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Tue, 3 Oct 2017 17:20:38 +0200 Subject: Symbexec: use hashtable for mem symbols --- 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 a74ef7e6..799848ab 100644 --- a/miasm2/jitter/jitcore_python.py +++ b/miasm2/jitter/jitcore_python.py @@ -101,7 +101,7 @@ class JitCore_Python(jitcore.JitCore): return instr.offset # Eval current instruction (in IR) - exec_engine.eval_ir(assignblk) + exec_engine.eval_updt_assignblk(assignblk) # Check for exceptions which do not update PC exec_engine.update_cpu_from_engine() if (vmmngr.get_exception() & csts.EXCEPT_DO_NOT_UPDATE_PC != 0 or -- cgit 1.4.1