From cae8e5fff6db7c939f11af91915ed2c8dde2582d Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Tue, 9 Jan 2024 15:23:36 -0800 Subject: [PATCH] Fix an tex->adoc translation bug --- src/supervisor.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/supervisor.adoc b/src/supervisor.adoc index 15a776826..0bbd78344 100644 --- a/src/supervisor.adoc +++ b/src/supervisor.adoc @@ -103,7 +103,7 @@ destination register. If UXLEN latexmath:[$<$] SXLEN, user-mode instruction-fetch addresses and load and store effective addresses are taken modulo latexmath:[$2^{\text{UXLEN}}$]. For example, when UXLEN=32 and SXLEN=64, -user-mode memory accesses reference the lowest of the address space. +user-mode memory accesses reference the lowest 4 GiB of the address space. [[sum]] ===== Memory Privilege in `sstatus` Register