aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVed Shanbhogue <ved@rivosinc.com>2024-07-03 06:36:43 -0500
committerVed Shanbhogue <ved@rivosinc.com>2024-07-03 06:36:43 -0500
commit66b4c6670ad743ecdc9421c5ba7e3f8e45106c31 (patch)
tree9d8a7cf031730f4117b1d0e0bdff03aedc156eca
parent15b740979fbdc7a04686cc237aac4498e232bdf8 (diff)
downloadriscv-isa-manual-66b4c6670ad743ecdc9421c5ba7e3f8e45106c31.zip
riscv-isa-manual-66b4c6670ad743ecdc9421c5ba7e3f8e45106c31.tar.gz
riscv-isa-manual-66b4c6670ad743ecdc9421c5ba7e3f8e45106c31.tar.bz2
Editorial update to fix a wrap
-rw-r--r--src/unpriv-cfi.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unpriv-cfi.adoc b/src/unpriv-cfi.adoc
index 1615d62..a700715 100644
--- a/src/unpriv-cfi.adoc
+++ b/src/unpriv-cfi.adoc
@@ -554,7 +554,8 @@ that uses shadow stacks is as follows:
:
ld x1,(sp) # pop link register x1 from regular stack
addi sp,sp,8
- sspopchk x1 # fault if x1 not equal to shadow return address
+ sspopchk x1 # fault if x1 not equal to shadow
+ # return address
ret
----