diff options
author | Bill Traynor <wmat@riscv.org> | 2023-05-17 13:10:09 -0400 |
---|---|---|
committer | Bill Traynor <wmat@riscv.org> | 2023-05-17 13:10:09 -0400 |
commit | f69b515b13cd7bd72a6f51f3bba0514225471b6f (patch) | |
tree | e43b0f97e38469c3bcba06610692aeb26e75565a | |
parent | c21cb12aa073497261fde8ec816e74d623aba908 (diff) | |
download | riscv-isa-manual-f69b515b13cd7bd72a6f51f3bba0514225471b6f.zip riscv-isa-manual-f69b515b13cd7bd72a6f51f3bba0514225471b6f.tar.gz riscv-isa-manual-f69b515b13cd7bd72a6f51f3bba0514225471b6f.tar.bz2 |
Fixing incorrect html code for symbol
Fixing incorrect html code for greater than or equal then
-rw-r--r-- | src/supervisor.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor.adoc b/src/supervisor.adoc index a0f74ab..2a376d6 100644 --- a/src/supervisor.adoc +++ b/src/supervisor.adoc @@ -1202,7 +1202,7 @@ either mapping being used. Global mappings need not be stored redundantly in address-translation caches for multiple ASIDs. Additionally, they need not be flushed from local address-translation caches when an SFENCE.VMA instruction is -executed with __rs2__≢``x0``. +executed with __rs2__≥``x0``. ==== The RSW field is reserved for use by supervisor software; the |