From 77f45bac09d0256dc2cb530f87d3ae4137e2b375 Mon Sep 17 00:00:00 2001 From: Evgeniy Naydanov Date: Tue, 14 May 2024 16:39:40 +0300 Subject: [PATCH] Replace single quotes with backticks in `mstatus` reference --- Sdext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sdext.adoc b/Sdext.adoc index d86b7621..1b74f34d 100644 --- a/Sdext.adoc +++ b/Sdext.adoc @@ -151,7 +151,7 @@ This approach does have some limitations: . Interrupts will fire as usual. Debuggers that want to disable interrupts while stepping must disable them by changing `mstatus`, and specially handle -instructions that read 'mstatus'. +instructions that read `mstatus`. . `wfi` instructions are not treated specially and might take a very long time to complete.