From 77d03112825da52b8f51a5fa1a6b3cdf56a31c4a Mon Sep 17 00:00:00 2001 From: james-ball-qualcomm Date: Mon, 21 Oct 2024 21:12:24 -0700 Subject: [PATCH] Fix for issue 1693 (HSLEN should be HSXLEN) --- src/hypervisor.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hypervisor.adoc b/src/hypervisor.adoc index 096929bc..adfe5c1b 100644 --- a/src/hypervisor.adoc +++ b/src/hypervisor.adoc @@ -168,7 +168,7 @@ register provides facilities analogous to the `mstatus` register for tracking and controlling the exception behavior of a VS-mode guest. [[hstatusreg-rv32]] -.Hypervisor status register (`hstatus`) when HSLEN=32 +.Hypervisor status register (`hstatus`) when HSXLEN=32 include::images/bytefield/hstatusreg-rv32.edn[] [[hstatusreg]]