Skip to content

Commit a467810

Browse files
authored
Merge pull request #1097 from pdonahue-ventana/issue1096
Fix asciidoc conversion missing word for #1096.
2 parents c93e318 + b7229be commit a467810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ take effect before the DM returns {abstractcs-busy} to 0.
6464
To resume execution, the debug module sets a flag which causes the hart
6565
to execute a `dret`. `dret` is an instruction that only has meaning
6666
while in Debug Mode and not executing from the Program Buffer. Its
67-
recommended encoding is 0x7b200073. When `dret` is executed, is restored
67+
recommended encoding is 0x7b200073. When `dret` is executed, `pc` is restored
6868
from {csr-dpc} and normal execution resumes at the privilege set by {dcsr-prv} and {dcsr-v},
6969
and the ELP state set by {dcsr-pelp}.
7070

0 commit comments

Comments
 (0)