Skip to content

Commit b04cb1a

Browse files
authored
Merge pull request #1091 from pdonahue-ventana/issue1090
Fix asciidoc conversion problem for #1090.
2 parents bcd05b7 + 50ab24b commit b04cb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger_implementation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ so the debugger cannot use {dmstatus-allhalted}/{dmstatus-anyhalted} to check wh
7373
Using the hardware single step feature is almost the same as regular
7474
running. The debugger just sets in before letting the hart run. The hart
7575
behaves exactly as in the running case, except that interrupts may be
76-
disabled (depending on ) and it only fetches and executes a single
76+
disabled (depending on {dcsr-stepie}) and it only fetches and executes a single
7777
instruction before re-entering Debug Mode.
7878

7979
==== Accessing Registers

0 commit comments

Comments
 (0)