Skip to content

Commit

Permalink
Fix unordered list.
Browse files Browse the repository at this point in the history
Formatted asciidoc unordered list.
  • Loading branch information
wmat committed Jan 5, 2024
1 parent 8e543d5 commit 199e3ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xml/hwbp_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1485,14 +1485,14 @@

<value v="2" name="asid">
This trigger will only match or fire if:
\begin{itemize}[noitemsep,nolistsep]
\item the mode is VS-mode or VU-mode and ASID in `vsatp`

* the mode is VS-mode or VU-mode and ASID in `vsatp`
equals the lower ASIDMAX (defined in the Privileged Spec) bits
of {textra32-svalue}.
\item in all other modes, ASID in `satp` equals the lower

* in all other modes, ASID in `satp` equals the lower
ASIDMAX (defined in the Privileged Spec) bits of
{textra32-svalue}.
\end{itemize}
</value>

This field should be tied to 0 when S-mode is not supported.
Expand Down

0 comments on commit 199e3ba

Please sign in to comment.