Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Nov 2, 2024
1 parent c440b06 commit 37d7e46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/supervisor.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2354,10 +2354,10 @@ overridden by future extensions.

If extension Smstateen is implemented together with Ssqosid, then Ssqosid also
requires the P1P14 bit in `mstateen0` to be implemented.
If P1P14 55 of `mstateen0` is 0, attempts to access `srmcfg` in privilege modes
less privileged than M-mode raise an illegal-instruction exception. If P1P14 bit
of `mstateen0` is 1 or if extension Smstateen is not implemented, attempts to
access `srmcfg` when `V=1` raise a virtual-instruction exception.
If P1P14 of `mstateen0` is 0, attempts to access `srmcfg` in privilege modes
less privileged than M-mode raise an illegal-instruction exception.
If P1P14 bit of `mstateen0` is 1 or if extension Smstateen is not implemented,
attempts to access `srmcfg` when `V=1` raise a virtual-instruction exception.

[NOTE]
====
Expand Down

0 comments on commit 37d7e46

Please sign in to comment.