Skip to content

Commit 7327636

Browse files
committed
and windows
1 parent 7a67f52 commit 7327636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmm_core/virt_whp/src/vtl2.rs

+1-1
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)