aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-10-11 12:51:54 -0700
committerAndrew Waterman <andrew@sifive.com>2017-10-11 12:51:54 -0700
commite22b943f7a7826072620de9be269243e758cc58c (patch)
treefbaf1df8ebedf7980f0596c068f0f93fddc50847 /src
parent29d1e5da967db7b3ae2f817928dc207dcb4d859b (diff)
downloadriscv-isa-manual-e22b943f7a7826072620de9be269243e758cc58c.zip
riscv-isa-manual-e22b943f7a7826072620de9be269243e758cc58c.tar.gz
riscv-isa-manual-e22b943f7a7826072620de9be269243e758cc58c.tar.bz2
Fix outdated commentary on mcounteren
Diffstat (limited to 'src')
-rw-r--r--src/machine.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/machine.tex b/src/machine.tex
index 0a7a14c..9960a4c 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -1570,8 +1570,8 @@ n}}, respectively. The {\tt time} CSR is a read-only shadow of the
memory-mapped {\tt mtime} register.
\begin{commentary}
Implementations can convert reads of the {\tt time} CSR into loads to
-the memory-mapped {\tt mtime} register, or hard-wire the TM bits in
-{\tt m{\em x}counteren} to 0
+the memory-mapped {\tt mtime} register, or hard-wire the TM bit in
+{\tt mcounteren} to 0
and emulate this functionality in M-mode software.
\end{commentary}