aboutsummaryrefslogtreecommitdiff
path: root/src/c.tex
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2021-01-13 18:00:13 -0800
committerAndrew Waterman <andrew@sifive.com>2021-01-13 18:00:13 -0800
commitceabc373021840046e9918c6eb6a87ca3e15bd9b (patch)
treefc42f586b176cf5bfdfba530cd3b6ed735f122b6 /src/c.tex
parentc50f27ed34f3147fb0e3a7bc903ccd64ac02502f (diff)
downloadriscv-isa-manual-ceabc373021840046e9918c6eb6a87ca3e15bd9b.zip
riscv-isa-manual-ceabc373021840046e9918c6eb6a87ca3e15bd9b.tar.gz
riscv-isa-manual-ceabc373021840046e9918c6eb6a87ca3e15bd9b.tar.bz2
Revert "should -> shall in definition of 0 instruction"
Didn't realize this was in non-normative text, where "shall" is pretty meaningless. This reverts commit c50f27ed34f3147fb0e3a7bc903ccd64ac02502f.
Diffstat (limited to 'src/c.tex')
-rw-r--r--src/c.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c.tex b/src/c.tex
index 5a06e17..8799bc4 100644
--- a/src/c.tex
+++ b/src/c.tex
@@ -1114,7 +1114,7 @@ illegal instruction.
\begin{commentary}
We reserve all-zero instructions to be illegal instructions to help
trap attempts to execute zero-ed or non-existent portions of the
-memory space. The all-zero value shall not be redefined in any
+memory space. The all-zero value should not be redefined in any
non-standard extension. Similarly, we reserve instructions with all
bits set to 1 (corresponding to very long instructions in the RISC-V
variable-length encoding scheme) as illegal to capture another common