summaryrefslogtreecommitdiff
path: root/tb/sim/paging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tb/sim/paging.py')
-rw-r--r--tb/sim/paging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/sim/paging.py b/tb/sim/paging.py
index 2249be0..e687051 100644
--- a/tb/sim/paging.py
+++ b/tb/sim/paging.py
@@ -4,5 +4,5 @@ def final():
assert_reg(r0, 0x01234567)
assert_reg(r1, 0x89abcdef)
assert_reg(r2, 0x89abcde0)
- assert_reg(r3, 0)
+ assert_reg(r3, 0b0101) # Section translation fault, p. 720
assert_reg(r4, read_reg(r5))