diff options
| author | Camille Mougey <commial@gmail.com> | 2016-01-08 14:07:24 +0100 |
|---|---|---|
| committer | Camille Mougey <commial@gmail.com> | 2016-01-08 14:07:24 +0100 |
| commit | c86694812fcd935a7310e7ce96018d973c464f56 (patch) | |
| tree | 9bb4d742967a9b1123ae586f2b4c26b0eff02e39 /example | |
| parent | ee96ee5e19f6c6712a871a19c07eb89c35e3dce5 (diff) | |
| parent | 55c24ef7ad982a700fcf1f3ae4296cf99019fbb5 (diff) | |
| download | miasm-c86694812fcd935a7310e7ce96018d973c464f56.tar.gz miasm-c86694812fcd935a7310e7ce96018d973c464f56.zip | |
Merge pull request #297 from serpilliere/add_sse_instr
Add sse instr
Diffstat (limited to '')
| -rw-r--r-- | example/jitter/x86_32.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/jitter/x86_32.py b/example/jitter/x86_32.py index 1b2aa012..2eee1742 100644 --- a/example/jitter/x86_32.py +++ b/example/jitter/x86_32.py @@ -38,4 +38,3 @@ myjit.add_breakpoint(0x1337beef, code_sentinelle) myjit.init_run(run_addr) myjit.continue_run() -del(myjit) |