From 9e73354f10f4a68105e8a89cfe307dc2dd1fda7f Mon Sep 17 00:00:00 2001 From: Evgeniy Naydanov Date: Tue, 14 May 2024 16:45:42 +0300 Subject: [PATCH] Replace "count" with a reference to 'icount.count' Without the additional formatting the > but count must be able to count part seems a bit strange. --- Sdext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sdext.adoc b/Sdext.adoc index d86b7621..34e2e169 100644 --- a/Sdext.adoc +++ b/Sdext.adoc @@ -158,7 +158,7 @@ time to complete. This mechanism cleanly supports a system which supports multiple privilege levels, where the OS or a debug stub runs in M-Mode while the program being debugged runs in a less privileged mode. Systems that only -support M-Mode can use {csr-icount} as well, but count must be able to count +support M-Mode can use {csr-icount} as well, but {icount-count} must be able to count several instructions (depending on the software implementation). See xref:nativestep[].