diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-10-23 13:34:50 +0200 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-10-23 13:34:50 +0200 |
| commit | 35faa5125654d69742342be718d29ca259410679 (patch) | |
| tree | ec7691e6730550041ac1cdea5cdc6521d6e44e45 /miasm2/jitter/jitcore.py | |
| parent | 7f95cfb59382323da838f249ef824ad6175b0d1a (diff) | |
| download | miasm-35faa5125654d69742342be718d29ca259410679.tar.gz miasm-35faa5125654d69742342be718d29ca259410679.zip | |
JitcorePython: adapt with new jit_call API
Diffstat (limited to '')
| -rw-r--r-- | miasm2/jitter/jitcore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/jitter/jitcore.py b/miasm2/jitter/jitcore.py index afd80149..db994b9e 100644 --- a/miasm2/jitter/jitcore.py +++ b/miasm2/jitter/jitcore.py @@ -158,6 +158,7 @@ class JitCore(object): @label: function's label @cpu: JitCpu instance @vm: VmMngr instance + @breakpoints: Dict instance of used breakpoints """ # TODO useless vmmngr return self.exec_wrapper(label, cpu, self.lbl2jitbloc._data, breakpoints) |