aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/machine.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 34b3b3d..56ac3e5 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -1035,7 +1035,7 @@ the BASE field plus four times the interrupt cause number. For example,
a machine-mode timer interrupt (see Table~\ref{mcauses}) causes the {\tt pc}
to be set to BASE+{\tt 0x1c}.
Setting MODE=Vectored may impose an additional alignment constraint on BASE,
-requiring up to $4\times$MXLEN-byte alignment.
+requiring $1\times$, $2\times$, or $4\times$MXLEN-byte alignment.
\begin{commentary}
When vectored interrupts are enabled, interrupt cause 0, which corresponds to