diff options
| author | serpilliere <fabrice.desclaux@cea.fr> | 2015-04-19 00:24:32 +0200 |
|---|---|---|
| committer | serpilliere <fabrice.desclaux@cea.fr> | 2015-04-22 18:37:56 +0200 |
| commit | 5699ee60b9052a936fa1e511a4cc455cfe8b8dc4 (patch) | |
| tree | 68f6d538a9ef16edc7aa5730320796d550c5cd91 /miasm2/jitter/jitcore_python.py | |
| parent | 49343533ce23277187d526f1b86f84307b77200a (diff) | |
| download | miasm-5699ee60b9052a936fa1e511a4cc455cfe8b8dc4.tar.gz miasm-5699ee60b9052a936fa1e511a4cc455cfe8b8dc4.zip | |
Jitter: Factorize common cpu attributes in JitCpu; Update APIs in consequence
Diffstat (limited to 'miasm2/jitter/jitcore_python.py')
| -rw-r--r-- | miasm2/jitter/jitcore_python.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |