Skip to content

Commit 9b7b8e6

Browse files
committed
Fix arm
1 parent 2da5e78 commit 9b7b8e6

File tree

1 file changed

+2
-0
lines changed
  • openhcl/virt_mshv_vtl/src/processor

1 file changed

+2
-0
lines changed

Diff for: openhcl/virt_mshv_vtl/src/processor/apic.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4+
#![cfg(guest_arch = "x86_64")]
5+
46
use super::LapicState;
57
use super::UhRunVpError;
68
use hcl::GuestVtl;

0 commit comments

Comments
 (0)