Skip to content

Commit

Permalink
Merge pull request #1038 from en-sc/en-sc/ticks-mstatus
Browse files Browse the repository at this point in the history
Replace single quotes with backticks in `mstatus` reference
  • Loading branch information
rtwfroody authored May 15, 2024
2 parents fc71edb + 77f45ba commit b8f1862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sdext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This approach does have some limitations:

. Interrupts will fire as usual. Debuggers that want to disable interrupts
while stepping must disable them by changing `mstatus`, and specially handle
instructions that read 'mstatus'.
instructions that read `mstatus`.
. `wfi` instructions are not treated specially and might take a very long
time to complete.

Expand Down

0 comments on commit b8f1862

Please sign in to comment.