diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-01-13 13:19:52 +0100 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2017-01-13 13:19:52 +0100 |
| commit | cda82311a766751360d0699214ea8ec0095136a0 (patch) | |
| tree | 0d2e6f70f0d97383607de23ec5992d03304d10aa /miasm2/jitter/jitload.py | |
| parent | 97d25c6e584e48b4ff85e529da290db34847868e (diff) | |
| download | miasm-cda82311a766751360d0699214ea8ec0095136a0.tar.gz miasm-cda82311a766751360d0699214ea8ec0095136a0.zip | |
VmMngr: remove unused functions
Diffstat (limited to '')
| -rw-r--r-- | miasm2/jitter/jitload.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/miasm2/jitter/jitload.py b/miasm2/jitter/jitload.py index bc09e1f2..eaeae89a 100644 --- a/miasm2/jitter/jitload.py +++ b/miasm2/jitter/jitload.py @@ -226,8 +226,6 @@ class jitter: self.vm.init_code_bloc_pool() self.vm.init_memory_breakpoint() - self.vm.set_addr2obj(self.jit.addr2obj) - self.jit.load() self.cpu.vmmngr = self.vm self.cpu.jitter = self.jit |