From 5699ee60b9052a936fa1e511a4cc455cfe8b8dc4 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Sun, 19 Apr 2015 00:24:32 +0200 Subject: Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence --- miasm2/jitter/jitcore_python.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'miasm2/jitter/jitcore_python.py') diff --git a/miasm2/jitter/jitcore_python.py b/miasm2/jitter/jitcore_python.py index b768b338..150e3906 100644 --- a/miasm2/jitter/jitcore_python.py +++ b/miasm2/jitter/jitcore_python.py @@ -193,8 +193,6 @@ class JitCore_Python(jitcore.JitCore): # Get Python function corresponding to @label fc_ptr = self.lbl2jitbloc[label] - # Update memory state - self.vmmngr = vmmngr self.cpu = cpu # Execute the function -- cgit 1.4.1