Skip to content

Commit 3c1dde1

Browse files
committed
build: Mark pci and pvh as x86_64 specific code
Signed-off-by: Akira Moroo <[email protected]>
1 parent e31a5a6 commit 3c1dde1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ mod integration;
4444
mod loader;
4545
mod mem;
4646
mod part;
47+
#[cfg(target_arch = "x86_64")]
4748
mod pci;
4849
mod pe;
50+
#[cfg(target_arch = "x86_64")]
4951
mod pvh;
5052
#[cfg(target_arch = "x86_64")]
5153
mod rtc;

0 commit comments

Comments
 (0)