diff options
Diffstat (limited to 'test/real_mode')
| -rw-r--r-- | test/real_mode/behavior.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/real_mode/behavior.rs b/test/real_mode/behavior.rs index 6186c9d..8b7c2bb 100644 --- a/test/real_mode/behavior.rs +++ b/test/real_mode/behavior.rs @@ -1,5 +1,4 @@ - -#[cfg(target_arch = "x86_64")] +#[cfg(all(target_arch = "x86_64", target_os = "linux"))] mod kvm { use asmlinator::x86_64::{ IsaMode, GuestAddress, |
