From b7229bec2b454969386b935398df16b39654b582 Mon Sep 17 00:00:00 2001 From: Paul Donahue Date: Thu, 2 Jan 2025 17:55:00 -0800 Subject: [PATCH] Fix asciidoc conversion missing word for #1096. --- implementations.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.adoc b/implementations.adoc index 17a730e5..5810420d 100644 --- a/implementations.adoc +++ b/implementations.adoc @@ -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}.