diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2016-04-26 19:49:09 +0200 |
|---|---|---|
| committer | serpilliere <serpilliere@users.noreply.github.com> | 2016-04-26 19:49:09 +0200 |
| commit | d9b1edbf47f6ab253372286cd3508d30b4339e53 (patch) | |
| tree | 8331223a89590c7caca0180402d81b66c5d6e609 /miasm2/jitter/jitcore_python.py | |
| parent | 46095b1b68d5edf9c695b5e11bdc84897f966dbe (diff) | |
| parent | f0450aacb0d0c5b229e98d79605e47ec78769b10 (diff) | |
| download | miasm-d9b1edbf47f6ab253372286cd3508d30b4339e53.tar.gz miasm-d9b1edbf47f6ab253372286cd3508d30b4339e53.zip | |
Merge pull request #362 from commial/test-qemu-sse
Test qemu sse
Diffstat (limited to 'miasm2/jitter/jitcore_python.py')
| -rw-r--r-- | miasm2/jitter/jitcore_python.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/jitter/jitcore_python.py b/miasm2/jitter/jitcore_python.py index eced9cd2..e1e62816 100644 --- a/miasm2/jitter/jitcore_python.py +++ b/miasm2/jitter/jitcore_python.py @@ -19,6 +19,7 @@ class JitCore_Python(jitcore.JitCore): # CPU (None for now) will be set by the "jitted" Python function self.symbexec = EmulatedSymbExec(None, self.ir_arch, {}) + self.symbexec.enable_emulated_simplifications() def load(self): "Preload symbols according to current architecture" |