summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-12-14 19:16:54 -0600
committerAlejandro Soto <alejandro@34project.org>2022-12-16 16:29:10 -0600
commitd2be560fa668cefcc5eff6b88180f12fec0c326e (patch)
tree8f833227461f8f97c32c2635f4eab39f1c077d37 /sim
parent8c06c97c81339f68e06ff465aac2d8b1f2da4e27 (diff)
Fix implementation of MMU access faults
Diffstat (limited to '')
-rwxr-xr-xsim/sim.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/sim.py b/sim/sim.py
index 4a1dfa8..03d45c7 100755
--- a/sim/sim.py
+++ b/sim/sim.py
@@ -72,6 +72,7 @@ all_regs = [
('ttbr', 'ttbr'),
('far', 'far'),
('fsr', 'fsr'),
+ ('dacr', 'dacr'),
]
regs = {}