We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5303e7 commit 7e0b1fcCopy full SHA for 7e0b1fc
src/hyperlight_host/src/hypervisor/regs/special_regs.rs
@@ -150,7 +150,7 @@ impl From<&CommonSpecialRegisters> for kvm_sregs {
150
#[cfg(target_os = "windows")]
151
pub(crate) const WHP_SREGS_NAMES_LEN: usize = 17;
152
153
-pub(crate) const WHP_SREGS_NAMES: [WHV_REGISTER_NAME; WHP_SREGS_NAMES_LEN] = [
+pub(crate) static WHP_SREGS_NAMES: [WHV_REGISTER_NAME; WHP_SREGS_NAMES_LEN] = [
154
WHvX64RegisterCs,
155
WHvX64RegisterDs,
156
WHvX64RegisterEs,
0 commit comments