aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrste Asanovic <krste@sifive.com>2019-05-31 09:19:42 -0700
committerGitHub <noreply@github.com>2019-05-31 09:19:42 -0700
commit40d40641786fdee3f068012137c63d782fdf58bd (patch)
tree6a664c3300982648a5ed00f8fa3ccb16d00acc5b
parent21c6a1412e1822fd906c0de9b841b90a060069e1 (diff)
parentbed1abee2e3acd2fd2fac3b5ecce7fc813e8b16f (diff)
downloadriscv-isa-manual-40d40641786fdee3f068012137c63d782fdf58bd.zip
riscv-isa-manual-40d40641786fdee3f068012137c63d782fdf58bd.tar.gz
riscv-isa-manual-40d40641786fdee3f068012137c63d782fdf58bd.tar.bz2
Merge pull request #391 from imphil/counter-enable-typo
Tiny editorial fix
-rw-r--r--src/machine.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 18aeedf..3f3d956 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -1694,7 +1694,7 @@ corresponding bit is set in {\tt scounteren}, then U-mode is also permitted
to access that register.
Registers {\tt mcounteren} and {\tt scounteren} are \warl\ registers
-that must be implemented if U-mode and S-mode are implemented,
+that must be implemented if U-mode and S-mode are implemented.
Any of the bits may contain
a hardwired value of zero, indicating reads to the corresponding counter will
cause an illegal instruction exception when executing in a less-privileged mode.