aboutsummaryrefslogtreecommitdiff
path: root/src/rnmi.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rnmi.adoc')
-rw-r--r--src/rnmi.adoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/rnmi.adoc b/src/rnmi.adoc
index 406f214..16672f4 100644
--- a/src/rnmi.adoc
+++ b/src/rnmi.adoc
@@ -146,10 +146,7 @@ The RNMI handler can resume original execution using the new MNRET
instruction, which restores the PC from `mnepc`, the privilege mode from
`mnstatus`, and also sets `mnstatus`.NMIE, which re-enables interrupts.
-If the hart encounters an exception while the `mnstatus`.NMIE bit is
-clear, the actions taken are the same as if the exception had occurred
-while `mnstatus`.NMIE were set, except that the program counter is set
-to the RNMI exception trap handler address (rather than the address
+If the hart encounters an exception while executing in M-mode with the `mnstatus`.NMIE bit clear, the actions taken are the same as if the exception had occurredwhile `mnstatus`.NMIE were set, except that the program counter is set to the RNMI exception trap handler address (rather than the address
specified by `mtvec`).
[NOTE]