Skip to content

Commit

Permalink
and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
smalis-msft committed Dec 18, 2024
1 parent 7a67f52 commit 7327636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmm_core/virt_whp/src/vtl2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pub(crate) struct Vtl2Emulation {
mod inspect_helpers {
use super::*;

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

0 comments on commit 7327636

Please sign in to comment.