Skip to content

Commit 7e0b1fc

Browse files
committed
back to static
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent e5303e7 commit 7e0b1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/src/hypervisor/regs/special_regs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl From<&CommonSpecialRegisters> for kvm_sregs {
150150
#[cfg(target_os = "windows")]
151151
pub(crate) const WHP_SREGS_NAMES_LEN: usize = 17;
152152
#[cfg(target_os = "windows")]
153-
pub(crate) const WHP_SREGS_NAMES: [WHV_REGISTER_NAME; WHP_SREGS_NAMES_LEN] = [
153+
pub(crate) static WHP_SREGS_NAMES: [WHV_REGISTER_NAME; WHP_SREGS_NAMES_LEN] = [
154154
WHvX64RegisterCs,
155155
WHvX64RegisterDs,
156156
WHvX64RegisterEs,

0 commit comments

Comments
 (0)