diff options
Diffstat (limited to '')
| -rw-r--r-- | tb/sim/paging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tb/sim/paging.py b/tb/sim/paging.py index e687051..b34e76a 100644 --- a/tb/sim/paging.py +++ b/tb/sim/paging.py @@ -6,3 +6,4 @@ def final(): assert_reg(r2, 0x89abcde0) assert_reg(r3, 0b0101) # Section translation fault, p. 720 assert_reg(r4, read_reg(r5)) + assert_reg(r6, 0x89abcde4) |
