From a2ae53f289802e8857516404ab8d2591d614aedb Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 16 Apr 2020 18:43:34 -0700 Subject: [PATCH] Make misaligned exception text more generic than RV32 --- src/rv32.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rv32.tex b/src/rv32.tex index fbafdae1b..dc5e36d4c 100644 --- a/src/rv32.tex +++ b/src/rv32.tex @@ -1088,9 +1088,9 @@ \section{Load and Store Instructions} Regardless of EEI, loads and stores whose effective addresses are naturally aligned shall not raise an address-misaligned exception. -Loads and stores where the effective address is not naturally aligned -to the referenced datatype (i.e., on a four-byte boundary for 32-bit -accesses, and a two-byte boundary for 16-bit accesses) have behavior +Loads and stores whose effective address is not naturally aligned +to the referenced datatype (i.e., the effective address is +not divisible by the size of the access in bytes) have behavior dependent on the EEI. An EEI may guarantee that misaligned loads and stores are fully