summaryrefslogtreecommitdiff
path: root/tb/sim/hazards.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tb/sim/hazards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/sim/hazards.py b/tb/sim/hazards.py
index 8699c47..59d52f8 100644
--- a/tb/sim/hazards.py
+++ b/tb/sim/hazards.py
@@ -4,7 +4,7 @@ cycles = 1024
mem_dumps = [range(SP - 4, SP)]
def final():
- assert_reg(r0, 59)
+ assert_reg(r0, 60)
assert_reg(r1, 0)
assert_reg(sp_svc, SP)
assert_mem(SP - 4, 3)