about summary refs log tree commit diff stats
path: root/example/jitter/x86_32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/x86_32.py')
-rw-r--r--example/jitter/x86_32.py1
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)