Skip to content

Commit

Permalink
Merge pull request #1091 from pdonahue-ventana/issue1090
Browse files Browse the repository at this point in the history
Fix asciidoc conversion problem for #1090.
  • Loading branch information
rtwfroody authored Dec 5, 2024
2 parents bcd05b7 + 50ab24b commit b04cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debugger_implementation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ so the debugger cannot use {dmstatus-allhalted}/{dmstatus-anyhalted} to check wh
Using the hardware single step feature is almost the same as regular
running. The debugger just sets in before letting the hart run. The hart
behaves exactly as in the running case, except that interrupts may be
disabled (depending on ) and it only fetches and executes a single
disabled (depending on {dcsr-stepie}) and it only fetches and executes a single
instruction before re-entering Debug Mode.

==== Accessing Registers
Expand Down

0 comments on commit b04cb1a

Please sign in to comment.