aboutsummaryrefslogtreecommitdiff
path: root/src/intro.adoc
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-12-15 11:29:57 -0800
committerBill Traynor <wmat@riscv.org>2022-12-15 11:29:57 -0800
commit2778b24762f45e6d27cc22d4612e9f7a15c1136c (patch)
treee0d465720dd47d30b03d3bae594500ba9085fb03 /src/intro.adoc
parent65f24b3b3534f36001c9f29808e59dd29c0887ac (diff)
downloadriscv-isa-manual-2778b24762f45e6d27cc22d4612e9f7a15c1136c.zip
riscv-isa-manual-2778b24762f45e6d27cc22d4612e9f7a15c1136c.tar.gz
riscv-isa-manual-2778b24762f45e6d27cc22d4612e9f7a15c1136c.tar.bz2
Set quotes around misa to backticks for monospace.
In order to match latex, set double quotes around misa back to backticks in order to have it display as monospaced.
Diffstat (limited to 'src/intro.adoc')
-rw-r--r--src/intro.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.adoc b/src/intro.adoc
index b2b8e4c..bc6989d 100644
--- a/src/intro.adoc
+++ b/src/intro.adoc
@@ -261,7 +261,7 @@ be linked with 64-bit code, this is impractical in practice, even with
compatible encodings, due to the differences in software calling
conventions and system-call interfaces.
-The RISC-V privileged architecture provides fields in "misa" to control
+The RISC-V privileged architecture provides fields in `misa` to control
the unprivileged ISA at each level to support emulating different base
ISAs on the same hardware. We note that newer SPARC and MIPS ISA
revisions have deprecated support for running 32-bit code unchanged on