We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c93e318 + b7229be commit a467810Copy full SHA for a467810
implementations.adoc
@@ -64,7 +64,7 @@ take effect before the DM returns {abstractcs-busy} to 0.
64
To resume execution, the debug module sets a flag which causes the hart
65
to execute a `dret`. `dret` is an instruction that only has meaning
66
while in Debug Mode and not executing from the Program Buffer. Its
67
-recommended encoding is 0x7b200073. When `dret` is executed, is restored
+recommended encoding is 0x7b200073. When `dret` is executed, `pc` is restored
68
from {csr-dpc} and normal execution resumes at the privilege set by {dcsr-prv} and {dcsr-v},
69
and the ELP state set by {dcsr-pelp}.
70
0 commit comments