Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AR: tcontrol.mie applies to all traps, not just breakpoints #880

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ \subsubsection{Incompatible Changes During 1.0 Stable}
command is available as argument to the next abstract command. \PR{728}
\item It may not be possible to read the contents of the Program Buffer using
the {\tt progbuf} registers. \PR{731}
\item \RcsrTcontrol fields apply to all traps, not just breakpoint traps. This
reverts \PR{723}. \PR{880}
\end{steps}

\section{About This Document}
Expand Down
4 changes: 2 additions & 2 deletions xml/hwbp_registers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
regarding triggers with action=0 firing in M-mode trap handlers. See
Section~\ref{sec:nativetrigger} for more details.

When a breakpoint trap into M-mode is taken, \FcsrTcontrolMpte is set to the value of
When any trap into M-mode is taken, \FcsrTcontrolMpte is set to the value of
\FcsrTcontrolMte.
</field>
<field name="0" bits="6:4" access="R" reset="0" />
Expand All @@ -211,7 +211,7 @@
Triggers do match/fire while the hart is in M-mode.
</value>

When a breakpoint trap into M-mode is taken, \FcsrTcontrolMte is set to 0. When {\tt
When any trap into M-mode is taken, \FcsrTcontrolMte is set to 0. When {\tt
mret} is executed, \FcsrTcontrolMte is set to the value of \FcsrTcontrolMpte.
</field>
<field name="0" bits="2:0" access="R" reset="0" />
Expand Down