Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit a443991

Browse files
author
Jonathan Woollett-Light
committed
Removing CPUID x86_64 restriction
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent bdfbf7f commit a443991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
#[cfg(feature = "fam-wrappers")]
1212
extern crate vmm_sys_util;
1313

14-
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
15-
mod x86;
14+
pub mod x86;
1615
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
1716
pub use self::x86::*;
1817

0 commit comments

Comments
 (0)