diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-12-14 19:16:54 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-12-16 16:29:10 -0600 |
| commit | d2be560fa668cefcc5eff6b88180f12fec0c326e (patch) | |
| tree | 8f833227461f8f97c32c2635f4eab39f1c077d37 /sim | |
| parent | 8c06c97c81339f68e06ff465aac2d8b1f2da4e27 (diff) | |
Fix implementation of MMU access faults
Diffstat (limited to '')
| -rwxr-xr-x | sim/sim.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ all_regs = [ ('ttbr', 'ttbr'), ('far', 'far'), ('fsr', 'fsr'), + ('dacr', 'dacr'), ] regs = {} |
