diff options
author | Kersten Richter <kersten@riscv.org> | 2024-04-25 11:28:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 11:28:21 -0500 |
commit | ec223b0cf9886496cbd98d2d9d59211c2a9c79af (patch) | |
tree | c3be5a05ff4b5be8533d94d5c638dfce481cd5c5 | |
parent | 90a28d4345c165ae015d3a4ad2a04ef46ff619d2 (diff) | |
download | riscv-isa-manual-ec223b0cf9886496cbd98d2d9d59211c2a9c79af.zip riscv-isa-manual-ec223b0cf9886496cbd98d2d9d59211c2a9c79af.tar.gz riscv-isa-manual-ec223b0cf9886496cbd98d2d9d59211c2a9c79af.tar.bz2 |
Update src/machine.adoc
Signed-off-by: Kersten Richter <kersten@riscv.org>
-rw-r--r-- | src/machine.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.adoc b/src/machine.adoc index a5fe2a2..a337eeb 100644 --- a/src/machine.adoc +++ b/src/machine.adoc @@ -2517,7 +2517,7 @@ I/O; for example, regions that contain device control registers. Finally, there other address regions that are neither memory nor I/O. These regions are called vacant regions. Vacant regions include attributes that specify access to these regions isn't supported. Vacant regions can also be classified as I/O regions, but are never accessible. Any -attempt to access a vacant region causes an exception. +attempt to access a vacant region causes an access-fault exception. ==== Supported Access Type PMAs |