Skip to content

Commit

Permalink
Fix asciidoc conversion missing word for #1096.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonahue-ventana committed Jan 3, 2025
1 parent bcd05b7 commit b7229be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ take effect before the DM returns {abstractcs-busy} to 0.
To resume execution, the debug module sets a flag which causes the hart
to execute a `dret`. `dret` is an instruction that only has meaning
while in Debug Mode and not executing from the Program Buffer. Its
recommended encoding is 0x7b200073. When `dret` is executed, is restored
recommended encoding is 0x7b200073. When `dret` is executed, `pc` is restored
from {csr-dpc} and normal execution resumes at the privilege set by {dcsr-prv} and {dcsr-v},
and the ELP state set by {dcsr-pelp}.

Expand Down

0 comments on commit b7229be

Please sign in to comment.