about summary refs log tree commit diff stats
path: root/test/jitter/bad_block.py
diff options
context:
space:
mode:
authorRomain Lesteven <romain.lesteven@gatewatcher.com>2021-05-05 11:02:33 +0200
committerRomain Lesteven <romain.lesteven@gatewatcher.com>2021-05-05 11:02:33 +0200
commite0abd462cefd168ae82426533c1a822254aca374 (patch)
tree486f3b67c279b452085943864dea336c760106aa /test/jitter/bad_block.py
parentacfb6e552b287cc91d2060456be4ea7071b9ba8e (diff)
downloadmiasm-e0abd462cefd168ae82426533c1a822254aca374.tar.gz
miasm-e0abd462cefd168ae82426533c1a822254aca374.zip
Replace jitter.run boolean by jitter.running
Diffstat (limited to '')
-rw-r--r--test/jitter/bad_block.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/jitter/bad_block.py b/test/jitter/bad_block.py
index e7484c9e..a1743847 100644
--- a/test/jitter/bad_block.py
+++ b/test/jitter/bad_block.py
@@ -5,7 +5,7 @@ from miasm.analysis.machine import Machine
 from miasm.core.locationdb import LocationDB
 
 def code_sentinelle(jitter):
-    jitter.run = False
+    jitter.running = False
     jitter.pc = 0
     return True