aboutsummaryrefslogtreecommitdiff
path: root/src/supervisor.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/supervisor.tex')
-rw-r--r--src/supervisor.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor.tex b/src/supervisor.tex
index 8684747..b592ab0 100644
--- a/src/supervisor.tex
+++ b/src/supervisor.tex
@@ -194,7 +194,7 @@ source register operand bits above the configured XLEN, and must sign-extend
results to fill the widest supported XLEN in the destination register.
If UXLEN~$<$~SXLEN, user-mode instruction-fetch addresses and load and store
-effective addresses are taken modulo $2^{UXLEN}$. For example, when UXLEN=32
+effective addresses are taken modulo $2^{\text{UXLEN}}$. For example, when UXLEN=32
and SXLEN=64, user-mode memory accesses reference the lowest \wunits{4}{GiB}
of the address space.