Skip to content

Commit

Permalink
Clarify prv and v reflect privilege and virtualization modes.
Browse files Browse the repository at this point in the history
Reported in #1062.
  • Loading branch information
rtwfroody committed Aug 21, 2024
1 parent 9feb0ef commit 3dd0ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sdext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ instruction is executed.
When a hart halts:

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

0 comments on commit 3dd0ea8

Please sign in to comment.