aboutsummaryrefslogtreecommitdiff
path: root/src/a.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/a.tex')
-rw-r--r--src/a.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/a.tex b/src/a.tex
index 2502b43..8d4c7de 100644
--- a/src/a.tex
+++ b/src/a.tex
@@ -137,8 +137,8 @@ defined in future versions or extensions to the ISA.
For LR and SC, the A extension requires that the address held in {\em
rs1} be naturally aligned to the size of the operand (i.e.,
eight-byte aligned for 64-bit words and four-byte aligned for 32-bit
-words). If the address is not naturally aligned, a misaligned address
-exception or an access exception will be generated. The access
+words). If the address is not naturally aligned, an address-misaligned
+exception or an access-fault exception will be generated. The access-fault
exception can be generated for a memory access that would otherwise be
able to complete except for the misalignment, if the misaligned access
should not be emulated.
@@ -326,8 +326,8 @@ sign-extend the value placed in {\em rd}.
For AMOs, the A extension requires that the address held in {\em rs1}
be naturally aligned to the size of the operand (i.e., eight-byte
aligned for 64-bit words and four-byte aligned for 32-bit words). If
-the address is not naturally aligned, a misaligned address exception
-or an access exception will be generated. The access exception can be
+the address is not naturally aligned, an address-misaligned exception
+or an access-fault exception will be generated. The access-fault exception can be
generated for a memory access that would otherwise be able to complete
except for the misalignment, if the misaligned access should not be
emulated. The ``Zam'' extension, described in Chapter~\ref{sec:zam},