Skip to content

Commit

Permalink
Fix asciidoc conversion problem for riscv#1090.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdonahue-ventana committed Dec 2, 2024
1 parent bcd05b7 commit 50ab24b
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 50ab24b

Please sign in to comment.