Skip to content

Commit

Permalink
Fix an tex->adoc translation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Jan 9, 2024
1 parent 337aab6 commit cae8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cae8e5f

Please sign in to comment.