Skip to content

Commit

Permalink
Replace single quotes with backticks in mstatus reference
Browse files Browse the repository at this point in the history
  • Loading branch information
en-sc committed May 14, 2024
1 parent 4bd3bc9 commit 77f45ba
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 77f45ba

Please sign in to comment.