diff options
author | Andrew Waterman <andrew@sifive.com> | 2024-07-30 15:21:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 22:21:22 +0000 |
commit | cb6a5245a15e02c4152b74cd480fc3828bd9a5ba (patch) | |
tree | 20ffa03848af72e87c4b127a9884b29f044b7677 | |
parent | 2f2f75dbc4160cb6cef22267bc133ca5aa6ac4c0 (diff) | |
download | riscv-isa-manual-cb6a5245a15e02c4152b74cd480fc3828bd9a5ba.zip riscv-isa-manual-cb6a5245a15e02c4152b74cd480fc3828bd9a5ba.tar.gz riscv-isa-manual-cb6a5245a15e02c4152b74cd480fc3828bd9a5ba.tar.bz2 |
Delete hard-coded page number (#1575)riscv-isa-release-cb6a524-2024-07-30
Resolves #1574
-rw-r--r-- | src/hypervisor.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hypervisor.adoc b/src/hypervisor.adoc index 4988f21..579a945 100644 --- a/src/hypervisor.adoc +++ b/src/hypervisor.adoc @@ -179,7 +179,7 @@ The VSXL field controls the effective XLEN for VS-mode (known as VSXLEN), which may differ from the XLEN for HS-mode (HSXLEN). When HSXLEN=32, the VSXL field does not exist, and VSXLEN=32. When HSXLEN=64, VSXL is a *WARL* field that is encoded the same as the MXL field of `misa`, -shown in <<misabase>> on page <<misabase, 19>>. In particular, an +shown in <<misabase>>. In particular, an implementation may make VSXL be a read-only field whose value always ensures that VSXLEN=HSXLEN. |