Skip to content

Commit 1d1caae

Browse files
committed
and windows
1 parent 7d1ef9b commit 1d1caae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmm_core/virt_whp/src/vtl2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub(crate) struct Vtl2Emulation {
190190
mod inspect_helpers {
191191
use super::*;
192192

193-
pub(super) fn vsm_config_raw(raw: &AtomicU64) -> impl Inspect {
193+
pub(super) fn vsm_config_raw(raw: &AtomicU64) -> impl Inspect + use<> {
194194
let config = HvRegisterVsmPartitionConfig::from(raw.load(Ordering::Relaxed));
195195
inspect::AsDebug(config)
196196
}

0 commit comments

Comments
 (0)