aboutsummaryrefslogtreecommitdiff
path: root/src/supervisor.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/supervisor.tex')
-rw-r--r--src/supervisor.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/supervisor.tex b/src/supervisor.tex
index 306ba8f..b47d8fe 100644
--- a/src/supervisor.tex
+++ b/src/supervisor.tex
@@ -296,8 +296,7 @@ field, whereas interrupts cause the {\tt pc} to be set to the address in
the BASE field plus four times the interrupt cause number. For example,
a supervisor-mode timer interrupt (see Table~\ref{scauses}) causes the {\tt pc}
to be set to BASE+{\tt 0x14}.
-Setting MODE=Vectored may impose an additional alignment constraint on BASE,
-requiring up to $4\times$SXLEN-byte alignment.
+Setting MODE=Vectored may impose a stricter alignment constraint on BASE.
\begin{commentary}
When vectored interrupts are enabled, interrupt cause 0, which corresponds to