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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/x86_32.py b/example/jitter/x86_32.py
index 427cd021..da9e375b 100644
--- a/example/jitter/x86_32.py
+++ b/example/jitter/x86_32.py
@@ -13,7 +13,7 @@ parser.add_argument("-j", "--jitter",
 args = parser.parse_args()
 
 def code_sentinelle(jitter):
-    jitter.run = False
+    jitter.running = False
     jitter.pc = 0
     return True