Skip to content

Commit

Permalink
Fix parentheses in mstatus SD description
Browse files Browse the repository at this point in the history
Repeated parentheses were not escaped, so they were not displayed correctly.

Signed-off-by: Jordan Carlin <jordanmcarlin@gmail.com>
  • Loading branch information
jordancarlin authored Jan 13, 2025
1 parent 9799e5b commit 753db59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ additional microarchitectural bits might be maintained in the extension
to further reduce context save and restore overhead.

The SD bit is read-only and is set when either the FS, VS, or XS bits
encode a Dirty state (i.e., SD=((FS==11) OR (XS==11) OR (VS==11))). This
encode a Dirty state (i.e., SD=\((FS==11) OR (XS==11) OR (VS==11))). This
allows privileged code to quickly determine when no additional context
save is required beyond the integer register set and `pc`.

Expand Down

0 comments on commit 753db59

Please sign in to comment.