Skip to content

Commit fd64e08

Browse files
authored
Merge pull request #1066 from riscv/priv_virt_mode
Clarify prv and v reflect privilege and virtualization modes.
2 parents 87e1314 + 3dd0ea8 commit fd64e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sdext.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ instruction is executed.
175175
When a hart halts:
176176

177177
. {dcsr-cause} is updated.
178-
. {dcsr-prv} and {dcsr-v} are set to reflect current privilege mode.
178+
. {dcsr-prv} and {dcsr-v} are set to reflect current privilege mode and virtualization mode.
179179
. {csr-dpc} is set to the next instruction that should be executed.
180180
. If the current instruction can be partially executed and should be
181181
restarted to complete, then the relevant state for that is updated. E.g.

0 commit comments

Comments
 (0)