From 50ab24bf9f374db0ba3870feb90c64589d45eccb Mon Sep 17 00:00:00 2001 From: Paul Donahue Date: Mon, 2 Dec 2024 10:32:57 -0800 Subject: [PATCH] Fix asciidoc conversion problem for #1090. --- debugger_implementation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugger_implementation.adoc b/debugger_implementation.adoc index f37046ac..0369690d 100644 --- a/debugger_implementation.adoc +++ b/debugger_implementation.adoc @@ -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