diff options
Diffstat (limited to 'src/sbi.tex')
-rw-r--r-- | src/sbi.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbi.tex b/src/sbi.tex index ea42aff..5f13002 100644 --- a/src/sbi.tex +++ b/src/sbi.tex @@ -26,7 +26,7 @@ RISC-V, including: \item The presence and version of supported instruction-set extensions is obtained via an SBI call to return the configuration string rather than a machine register. This allows for an arbitrarily - large definition of instruction set extensions, and simplifies + large definition of instruction-set extensions, and simplifies virtualization where the returned machine configuration might be modified to emulate different architectures on a given hardware platform. |