diff options
Diffstat (limited to 'example/jitter/mips32.py')
| -rwxr-xr-x | example/jitter/mips32.py | 2 |
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 |