Skip to content

Commit

Permalink
Merge pull request #860 from riscv/implementations
Browse files Browse the repository at this point in the history
Fix typo in execution appendix: execute -> postexec
  • Loading branch information
timsifive authored Jul 31, 2023
2 parents ebde108 + 314b09f commit 133bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ \section{Execution Based} \label{execution_based}
populates these words with {\tt lw <gpr>, 0x400(zero)} or {\tt sw 0x400(zero), <gpr>}.
64- and 128-bit accesses use {\tt ld}/{\tt sd} and {\tt lq}/{\tt sq}
respectively. If \FacAccessregisterTransfer is not set, the DM populates these instructions as {\tt nop}s.
If \FcsrMcontrolExecute is set, execution continues to the debugger-controlled Program Buffer,
If \FacAccessregisterPostexec is set, execution continues to the debugger-controlled Program Buffer,
otherwise the DM causes a {\tt ebreak} to execute immediately.

When {\tt ebreak} is executed (indicating the end of the
Expand Down

0 comments on commit 133bd35

Please sign in to comment.