Skip to content

Commit 50ab24b

Browse files
Fix asciidoc conversion problem for riscv#1090.
1 parent bcd05b7 commit 50ab24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger_implementation.adoc

+1-1
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)