about summary refs log tree commit diff stats
path: root/example/jitter/mips32.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/mips32.py')
-rwxr-xr-xexample/jitter/mips32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/mips32.py b/example/jitter/mips32.py
index b84dc4e5..0e0c334e 100755
--- a/example/jitter/mips32.py
+++ b/example/jitter/mips32.py
@@ -31,7 +31,7 @@ parser.add_argument("addr",
 machine = Machine("mips32l")
 
 def code_sentinelle(jitter):
-    jitter.run = False
+    jitter.running = False
     jitter.pc = 0
     return True