about summary refs log tree commit diff stats
path: root/example/jitter/x86_32.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-23 18:19:03 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-23 19:54:31 +0100
commitf39a91b146c4a2eb8424f4ad8dec53b96a2a56ab (patch)
treeb6690e4c93a682aca03405077db4d7aee26ef9ce /example/jitter/x86_32.py
parent7e29868e5c637c0608ba257ac6a524ceb3e19e96 (diff)
downloadmiasm-f39a91b146c4a2eb8424f4ad8dec53b96a2a56ab.tar.gz
miasm-f39a91b146c4a2eb8424f4ad8dec53b96a2a56ab.zip
X86: add pushfb
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)